Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 8d54939

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump rustls from 0.21.7 to 0.21.8
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.21.8. - [Release notes](https://github.com/rustls/rustls/releases) - [Commits](rustls/rustls@v/0.21.7...v/0.21.8) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a5d486 commit 8d54939

File tree

4 files changed

+33
-13
lines changed

4 files changed

+33
-13
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ itertools = "0.11.0"
2020
listenfd = "1.0.1"
2121
rand.workspace = true
2222
rand_chacha = "0.3.1"
23-
rustls = "0.21.7"
23+
rustls = "0.21.8"
2424
serde_json.workspace = true
2525
serde_yaml = "0.9.25"
2626
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }

crates/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hyper = "0.14.27"
1818
hyper-rustls = { version = "0.24.1", features = ["http1", "http2"], default-features = false, optional = true }
1919
once_cell = "1.18.0"
2020
opentelemetry = "0.20.0"
21-
rustls = { version = "0.21.7", optional = true }
21+
rustls = { version = "0.21.8", optional = true }
2222
rustls-native-certs = { version = "0.6.3", optional = true }
2323
serde.workspace = true
2424
serde_json.workspace = true

crates/oidc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ oauth2-types = { path = "../oauth2-types" }
5050

5151
# Default http service
5252
http-body = { version = "0.4.5", optional = true }
53-
rustls = {version = "0.21.7", optional = true }
53+
rustls = {version = "0.21.8", optional = true }
5454
[dependencies.hyper-rustls]
5555
version = "0.24.1"
5656
features = ["http1", "http2", "rustls-native-certs"]

0 commit comments

Comments
 (0)