Skip to content

Commit 909d617

Browse files
committed
cargo: bump secrecy version to 0.8
1 parent ab9a80e commit 909d617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock.msrv

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scylla-cql/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ byteorder = "1.3.4"
1515
bytes = "1.0.1"
1616
# FIXME: Remove <1.38 once https://github.com/tokio-rs/tokio/issues/6610 is fixed
1717
tokio = { version = ">=1.34, <1.38", features = ["io-util", "time"] }
18-
secrecy = { version = "0.7.0", optional = true }
18+
secrecy = { version = "0.8", optional = true }
1919
snap = "1.0"
2020
uuid = "1.0"
2121
thiserror = "1.0"

0 commit comments

Comments
 (0)