Skip to content

Commit 605d36d

Browse files
build(deps): bump rustls from 0.23.14 to 0.23.18 (#710)
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.14 to 0.23.18. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.14...v/0.23.18) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b70f4c7 commit 605d36d

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.

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ serde_json = { version = "1.0.48", optional = true }
8080
tokio = { version = "1.0", features = ["rt"], optional = true }
8181
ureq = { version = "2.10.1", optional = true, default-features = false }
8282
native-tls = { version = "0.2.8", optional = true }
83-
rustls = { version = "0.23.13", optional = true, default-features = false }
83+
rustls = { version = "0.23.18", optional = true, default-features = false }
8484
webpki-roots = { version = "0.26.1", optional = true }
8585
embedded-svc = { version = "0.27.1", optional = true }
8686
[target.'cfg(target_os = "espidf")'.dependencies]

0 commit comments

Comments
 (0)