Skip to content

Commit b93475f

Browse files
build(deps): bump tokio-rustls from 0.23.4 to 0.24.0
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]>
1 parent 3939718 commit b93475f

File tree

2 files changed

+7
-39
lines changed

2 files changed

+7
-39
lines changed

Cargo.lock

Lines changed: 6 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Irohaede <[email protected]>"]
88
[dependencies]
99
bytes = "1.3"
1010
tokio = { version = "1.26", features = ["macros", "net", "io-util", "sync", "rt"] }
11-
tokio-rustls = { version = "0.23", default-features = false, features = ["tls12"] }
11+
tokio-rustls = { version = "0.24", default-features = false, features = ["tls12"] }
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = "1.0"
1414
sha2 = { version = "0.10", default-features = false }

0 commit comments

Comments
 (0)