Skip to content

Commit

Permalink
chore(deps): bump rustls from 0.21.11 to 0.23.5
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.11 to 0.23.5.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.11...v/0.23.5)

---
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] committed Apr 21, 2024
1 parent 9ee1fb8 commit a00d1c0
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 8 deletions.
201 changes: 194 additions & 7 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 crates/atuin-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fs-err = { workspace = true }
tower = "0.4"
tower-http = { version = "0.5.1", features = ["trace"] }
reqwest = { workspace = true }
rustls = "0.21"
rustls = "0.23"
rustls-pemfile = "2.1"
argon2 = "0.5.3"
semver = { workspace = true }
Expand Down

0 comments on commit a00d1c0

Please sign in to comment.