Skip to content

chore: bump standard MSRV to 1.83#5700

Merged
kaukabrizvi merged 1 commit intoaws:mainfrom
jmayclin:2026-01-13-1_83_bump
Jan 13, 2026
Merged

chore: bump standard MSRV to 1.83#5700
kaukabrizvi merged 1 commit intoaws:mainfrom
jmayclin:2026-01-13-1_83_bump

Conversation

@jmayclin
Copy link
Copy Markdown
Contributor

Goal

Bump the MSRV of the "standard" workspace to 1.83.

Why

The time crate depended on by tracing-appender bumped their MSRV.

error: rustc 1.82.0 is not supported by the following packages:
  time@0.3.45 requires rustc 1.83.0
  time-core@0.1.7 requires rustc 1.83.0
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.82.0
workspace/s2n-tls/bindings/rust/standard$ cargo +stable tree -i time
time v0.3.45
└── tracing-appender v0.2.4
    ├── brass-aphid-wire-decryption v0.0.2
    │   └── tls-harness v0.1.0 (/home/ubuntu/workspace/s2n-tls/bindings/rust/standard/tls-harness)
    │       ├── benchmarks v0.1.0 (/home/ubuntu/workspace/s2n-tls/bindings/rust/standard/benchmarks)
    │       └── integration v0.1.0 (/home/ubuntu/workspace/s2n-tls/bindings/rust/standard/integration)
    │   [dev-dependencies]
    │   └── integration v0.1.0 (/home/ubuntu/workspace/s2n-tls/bindings/rust/standard/integration)
    └── brass-aphid-wire-messages v0.0.2
        ├── brass-aphid-wire-decryption v0.0.2 (*)
        └── tls-harness v0.1.0 (/home/ubuntu/workspace/s2n-tls/bindings/rust/standard/tls-harness) (*)
        [dev-dependencies]
        └── integration v0.1.0 (/home/ubuntu/workspace/s2n-tls/bindings/rust/standard/integration)

How

Bump the MSRV.

Testing

CI should pass.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kaukabrizvi kaukabrizvi added this pull request to the merge queue Jan 13, 2026
Merged via the queue into aws:main with commit f773329 Jan 13, 2026
55 checks passed
@jmayclin jmayclin deleted the 2026-01-13-1_83_bump branch February 11, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants