Skip to content

Commit

Permalink
build(deps): bump rustls from 0.23.14 to 0.23.18 (#710)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent b70f4c7 commit 605d36d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 sentry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ serde_json = { version = "1.0.48", optional = true }
tokio = { version = "1.0", features = ["rt"], optional = true }
ureq = { version = "2.10.1", optional = true, default-features = false }
native-tls = { version = "0.2.8", optional = true }
rustls = { version = "0.23.13", optional = true, default-features = false }
rustls = { version = "0.23.18", optional = true, default-features = false }
webpki-roots = { version = "0.26.1", optional = true }
embedded-svc = { version = "0.27.1", optional = true }
[target.'cfg(target_os = "espidf")'.dependencies]
Expand Down

0 comments on commit 605d36d

Please sign in to comment.