Skip to content

Commit 554ad3b

Browse files
Merge pull request #200 from influxdata/dependabot/cargo/rustls-0.21
chore(deps): update rustls requirement from 0.20 to 0.21
2 parents abb2a28 + fdb6fd4 commit 554ad3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ lz4 = { version = "1.23", optional = true }
3030
parking_lot = "0.12"
3131
pin-project-lite = "0.2"
3232
rand = "0.8"
33-
rustls = { version = "0.20", optional = true }
33+
rustls = { version = "0.21", optional = true }
3434
snap = { version = "1", optional = true }
3535
thiserror = "1.0"
3636
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
37-
tokio-rustls = { version = "0.23", optional = true }
37+
tokio-rustls = { version = "0.24", optional = true }
3838
tracing = "0.1"
3939
zstd = { version = "0.12", optional = true }
4040

0 commit comments

Comments
 (0)