Skip to content

Commit 626e2d6

Browse files
Merge pull request #233 from influxdata/dependabot/cargo/rustls-0.23
chore(deps): update rustls requirement from 0.22 to 0.23
2 parents 6d59ab9 + 439d85e commit 626e2d6

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
@@ -31,11 +31,11 @@ lz4 = { version = "1.23", optional = true }
3131
parking_lot = "0.12"
3232
pin-project-lite = "0.2"
3333
rand = "0.8"
34-
rustls = { version = "0.22", optional = true }
34+
rustls = { version = "0.23", optional = true, default-features = false, features = ["logging", "ring", "std", "tls12"] }
3535
snap = { version = "1", optional = true }
3636
thiserror = "1.0"
3737
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
38-
tokio-rustls = { version = "0.25", optional = true }
38+
tokio-rustls = { version = "0.26", optional = true, default-features = false, features = ["logging", "ring", "tls12"] }
3939
tracing = "0.1"
4040
zstd = { version = "0.13", optional = true }
4141

0 commit comments

Comments
 (0)