Skip to content

Commit 9baf48b

Browse files
authored
upgrade webpki (#935)
1 parent f89cc1a commit 9baf48b

File tree

13 files changed

+25
-26
lines changed

13 files changed

+25
-26
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,9 +1460,9 @@ axes:
14601460
- id: "extra-rust-versions"
14611461
values:
14621462
- id: "min"
1463-
display_name: "1.57 (minimum supported version)"
1463+
display_name: "1.60 (minimum supported version)"
14641464
variables:
1465-
RUST_VERSION: "1.57.0"
1465+
RUST_VERSION: "1.60.0"
14661466
MSRV: true
14671467
- id: "nightly"
14681468
display_name: "nightly"

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ tracing = { version = "0.1.36", optional = true }
127127
trust-dns-proto = "0.21.2"
128128
trust-dns-resolver = "0.21.2"
129129
typed-builder = "0.10.0"
130-
webpki-roots = "0.22.4"
130+
webpki-roots = "0.25.2"
131131
zstd = { version = "0.11.2", optional = true }
132132

133133
[dependencies.async-std]
@@ -149,7 +149,7 @@ default-features = false
149149
features = ["json", "rustls-tls"]
150150

151151
[dependencies.rustls]
152-
version = "0.20.4"
152+
version = "0.21.6"
153153
features = ["dangerous_configuration"]
154154

155155
[dependencies.serde]
@@ -165,7 +165,7 @@ version = "1.17.0"
165165
features = ["io-util", "sync", "macros"]
166166

167167
[dependencies.tokio-rustls]
168-
version = "0.23.2"
168+
version = "0.24.1"
169169
features = ["dangerous_configuration"]
170170

171171
[dependencies.tokio-util]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more detailed documentation, see [the manual](https://mongodb.github.io/mong
3333

3434
## Installation
3535
### Requirements
36-
- Rust 1.57+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
36+
- Rust 1.60+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
3737
- MongoDB 3.6+
3838

3939
#### Supported Platforms
@@ -372,7 +372,7 @@ Commits to main are run automatically on [evergreen](https://evergreen.mongodb.c
372372

373373
## Minimum supported Rust version (MSRV) policy
374374

375-
The MSRV for this crate is currently 1.57.0. This will rarely be increased, and if it ever is,
375+
The MSRV for this crate is currently 1.60.0. This will rarely be increased, and if it ever is,
376376
it will only happen in a minor or major version release.
377377

378378
## License

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.57"
1+
msrv = "1.60"

docs/manual/book.js

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manual/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manual/installation_features.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manual/print.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manual/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manual/searchindex.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)