Skip to content

Commit

Permalink
Chore(deps): bump the crates-io group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the crates-io group with 4 updates in the / directory: [rustls](https://github.com/rustls/rustls), [rustls-native-certs](https://github.com/rustls/rustls-native-certs), [rustls-pemfile](https://github.com/rustls/pemfile) and [webpki-roots](https://github.com/rustls/webpki-roots).


Updates `rustls` from 0.23.13 to 0.23.14
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.13...v/0.23.14)

Updates `rustls-native-certs` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.8.0...v/0.8.1)

Updates `rustls-pemfile` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/2.1.3...v/2.2.0)

Updates `rustls-pki-types` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.9.0...v/1.10.0)

Updates `webpki-roots` from 0.26.6 to 0.26.7
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.6...v/0.26.7)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: rustls-pki-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent f78bc2a commit e4421c5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 30 deletions.
36 changes: 14 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
env_logger = "0.11"
rustls = { version = "0.23.5", default-features = false, features = [
rustls = { version = "0.23.14", default-features = false, features = [
"logging",
"std",
"tls12",
Expand All @@ -18,6 +18,6 @@ rustls-mbedcrypto-provider = { path = "../rustls-mbedcrypto-provider", features
"tls12",
] }
rustls-mbedpki-provider = { path = "../rustls-mbedpki-provider" }
rustls-native-certs = "0.8.0"
rustls-native-certs = "0.8.1"
rustls-pemfile = "2"
rustls-pki-types = "1"
6 changes: 3 additions & 3 deletions rustls-mbedcrypto-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"
bit-vec = "0.6.3"
log = { version = "0.4", optional = true }
mbedtls = { version = "0.13.0", default-features = false, features = ["std"] }
rustls = { version = "0.23.5", default-features = false, features = ["std"] }
rustls = { version = "0.23.14", default-features = false, features = ["std"] }
utils = { package = "rustls-mbedtls-provider-utils", path = "../rustls-mbedtls-provider-utils", version = "0.2.0" }
webpki = { package = "rustls-webpki", version = "0.102.0", default-features = false, features = [
"alloc",
Expand All @@ -27,12 +27,12 @@ yasna = { version = "0.3", default-features = false, features = ["bit-vec"] }
bencher = "0.1.5"
env_logger = "0.10"
log = { version = "0.4" }
rustls = { version = "0.23.5", default-features = false, features = [
rustls = { version = "0.23.14", default-features = false, features = [
"ring",
"std",
] }
rustls-pemfile = "2"
webpki-roots = "0.26.1"
webpki-roots = "0.26.7"

[features]
default = ["logging", "tls12"]
Expand Down
4 changes: 2 additions & 2 deletions rustls-mbedpki-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ mbedtls = { version = "0.13.0", default-features = false, features = [
"std",
"x509",
] }
rustls = { version = "0.23.5", default-features = false }
rustls = { version = "0.23.14", default-features = false }
utils = { package = "rustls-mbedtls-provider-utils", path = "../rustls-mbedtls-provider-utils", version = "0.2.0" }
x509-parser = "0.15"

[dev-dependencies]
mbedtls = { version = "0.13.0", default-features = false, features = [
"time",
] } # We enable the time feature for tests to make sure it does not mess up cert expiration checking
rustls = { version = "0.23.5", default-features = false, features = [
rustls = { version = "0.23.14", default-features = false, features = [
"ring",
"std",
"tls12",
Expand Down
2 changes: 1 addition & 1 deletion rustls-mbedtls-provider-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolver = "2"

[dependencies]
mbedtls = { version = "0.13.0", default-features = false, features = ["std"] }
rustls = { version = "0.23.5", default-features = false, features = ["std"] }
rustls = { version = "0.23.14", default-features = false, features = ["std"] }

[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(bench)'] }

0 comments on commit e4421c5

Please sign in to comment.