Skip to content

Commit 9aafa45

Browse files
chore(deps,cargo): bump rustls from 0.21.9 to 0.22.3
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] <support@github.com>
1 parent 0a3f865 commit 9aafa45

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ uuid = {version ="1.5.0", features=["serde"] }
3636
tokio-util = "0.7.10"
3737
tokio-stream = {version="0.1.14", features=["io-util"]}
3838
bytes = "1.6.0"
39-
rustls = "0.21.8"
39+
rustls = "0.22.3"
4040
sha2 = "0.10.8"
4141
x509-parser = "0.15.1"
4242
rustls-pemfile = "1.0.4"

flight_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ tracing-subscriber = {workspace = true}
3030
tracing = {workspace = true}
3131
serde.workspace = true
3232
serde_json.workspace = true
33-
rustls = "0.21.9"
33+
rustls = "0.22.3"
3434
rustls-pemfile = "1.0.4"
3535
arrow-cast = "47.0.0"

rest_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ futures = "0.3.29"
2424
arrow = { workspace = true }
2525
datafusion = { workspace = true }
2626
bytes = "1.6.0"
27-
rustls = "0.21.8"
27+
rustls = "0.22.3"
2828
rustls-pemfile = "1.0.4"
2929
actix-tls = { version = "3.1.1", features = ["rustls-0_21"] }
3030
actix-web = { version = "4.4", features = ["rustls-0_21"] }

0 commit comments

Comments
 (0)