Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.22.3 to 0.23.4
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.3 to 0.23.4.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.22.3...v/0.23.4)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 254ad0c commit 48bc58c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ring-986da7b5efc2b80e = { package = "ring", version = "0.16", features = ["std"]
rsa = { version = "0.9", features = ["hazmat"] }
rust_decimal = { version = "1", features = ["db-postgres", "maths"] }
rustc-hash = { version = "1" }
rustls = { version = "0.22" }
rustls = { version = "0.23" }
rustls-webpki = { version = "0.102" }
scopeguard = { version = "1" }
sea-orm = { version = "0.12", features = ["runtime-tokio-native-tls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite"] }
Expand Down Expand Up @@ -244,7 +244,7 @@ reqwest-5ef9efb8ec2df382 = { package = "reqwest", version = "0.12", features = [
ring-9067fe90e8c1f593 = { package = "ring", version = "0.17", features = ["std"] }
rsa = { version = "0.9", features = ["hazmat"] }
rustc-hash = { version = "1" }
rustls = { version = "0.22" }
rustls = { version = "0.23" }
rustls-webpki = { version = "0.102" }
scopeguard = { version = "1" }
serde = { version = "1", features = ["alloc", "derive", "rc"] }
Expand Down

0 comments on commit 48bc58c

Please sign in to comment.