Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent 8cba527 commit ac4782c
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tokio-postgres = { version = "0.7.12", features = ["with-chrono-0_4", "with-uuid
deadpool-postgres = { version = "0.14.0", features = ["rt_tokio_1"] }
bytes = "1.8.0"
tokio-postgres-rustls = "0.13.0"
rustls = "0.23.16"
rustls = "0.23.19"
chrono = "0.4.38"
uuid = { version = "1.11.0", features = ["v7"] }
parse-size = "1.0.0"
Expand Down

0 comments on commit ac4782c

Please sign in to comment.