Skip to content

Commit

Permalink
chore(deps): bump rustls
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 1 update in the / directory: [rustls](https://github.com/rustls/rustls).


Updates `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
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 50c759d commit ce90404
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 @@ -14,7 +14,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
colog = "1.3.0"
dotenvy = "0.15.7"
log = "0.4.22"
rustls = "0.23.17"
rustls = "0.23.19"
rustls-pemfile = "2.2.0"
scylla = { version = "0.13.2", features = ["chrono", "time"] }
serde = { version = "1.0.215", features = ["derive"] }
Expand Down

0 comments on commit ce90404

Please sign in to comment.