Skip to content

Commit

Permalink
build(deps): bump tokio-rustls from 0.23.4 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.23.4 to 0.24.0.
- [Commits](https://github.com/rustls/tokio-rustls/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 64d6bfa commit 4b8bff8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 39 deletions.
44 changes: 6 additions & 38 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 @@ -8,7 +8,7 @@ authors = ["Irohaede <[email protected]>"]
[dependencies]
bytes = "1.3"
tokio = { version = "1.26", features = ["macros", "net", "io-util", "sync", "rt"] }
tokio-rustls = { version = "0.23", default-features = false, features = ["tls12"] }
tokio-rustls = { version = "0.24", default-features = false, features = ["tls12"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = { version = "0.10", default-features = false }
Expand Down

0 comments on commit 4b8bff8

Please sign in to comment.