Skip to content

Commit

Permalink
cargo: bump secrecy version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Feb 22, 2024
1 parent 87908f3 commit e086542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scylla-cql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ scylla-macros = { version = "0.4.0", path = "../scylla-macros" }
byteorder = "1.3.4"
bytes = "1.0.1"
tokio = { version = "1.12", features = ["io-util", "time"] }
secrecy = { version = "0.7.0", optional = true }
secrecy = { version = "0.8", optional = true }
snap = "1.0"
uuid = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit e086542

Please sign in to comment.