Skip to content

Commit 2ee4697

Browse files
Bump rustls from 0.22.3 to 0.22.4
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.3 to 0.22.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.22.4) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 436ad58 commit 2ee4697

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

crates/trigger-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ http-body-util = { workspace = true }
2020
indexmap = "1"
2121
outbound-http = { path = "../outbound-http" }
2222
percent-encoding = "2"
23-
rustls = { version = "0.22.0" }
23+
rustls = { version = "0.22.4" }
2424
rustls-pemfile = "2.1.2"
2525
rustls-pki-types = "1.7"
2626
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)