Skip to content

Commit

Permalink
chore(deps): Bump rustls from 0.22.3 to 0.23.4
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.3 to 0.23.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.23.4)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 2e9ef2d commit 82b26e4
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 3 deletions.
87 changes: 85 additions & 2 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 src/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ madsim = "0.2.22"
opendal = "0.45.1"
prometheus = { version = "0.13", features = ["process"] }
risingwave_common = { workspace = true }
rustls = "0.22.3"
rustls = "0.23.4"
spin = "0.9"
thiserror = "1"
thiserror-ext = { workspace = true }
Expand Down

0 comments on commit 82b26e4

Please sign in to comment.