Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent d134811 commit 955331b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
thiserror = "2"
time = { version = "0.3.37", features = ["serde"] }
rustls = "0.23.20"
rustls = "0.23.21"
rustls-pemfile = "2.2"
tokio = { version = "1.42", features = ["fs"] }
base64 = "0.22"
Expand Down

0 comments on commit 955331b

Please sign in to comment.