Skip to content

Commit

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

---
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 8, 2024
1 parent 94e64e6 commit 74eeca3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ uuid = {version ="1.5.0", features=["serde"] }
tokio-util = "0.7.10"
tokio-stream = {version="0.1.14", features=["io-util"]}
bytes = "1.5.0"
rustls = "0.21.8"
rustls = "0.22.3"
sha2 = "0.10.8"
x509-parser = "0.15.1"
rustls-pemfile = "1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion flight_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ tracing-subscriber = {workspace = true}
tracing = {workspace = true}
serde.workspace = true
serde_json.workspace = true
rustls = "0.21.9"
rustls = "0.22.3"
rustls-pemfile = "1.0.4"
arrow-cast = "47.0.0"
2 changes: 1 addition & 1 deletion rest_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures = "0.3.29"
arrow = { workspace = true }
datafusion = { workspace = true }
bytes = "1.5.0"
rustls = "0.21.8"
rustls = "0.22.3"
rustls-pemfile = "1.0.4"
actix-tls = { version = "3.1.1", features = ["rustls-0_21"] }
actix-web = { version = "4.4", features = ["rustls-0_21"] }
Expand Down

0 comments on commit 74eeca3

Please sign in to comment.