Skip to content

Commit 568eaf4

Browse files
committed
Update itertools + base64 deps
1 parent 89792aa commit 568eaf4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock.msrv

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

scylla/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ snap = "1.0"
5959
uuid = { version = "1.0", features = ["v4"] }
6060
rand = "0.8.3"
6161
thiserror = "1.0"
62-
itertools = "0.11.0"
62+
itertools = "0.13.0"
6363
tracing = "0.1.36"
6464
chrono = { version = "0.4.32", default-features = false, features = ["clock"] }
6565
openssl = { version = "0.10.32", optional = true }
@@ -72,7 +72,7 @@ async-trait = "0.1.56"
7272
serde = { version = "1.0", features = ["derive"], optional = true }
7373
serde_yaml = { version = "0.9.14", optional = true }
7474
url = { version = "2.3.1", optional = true }
75-
base64 = { version = "0.21.1", optional = true }
75+
base64 = { version = "0.22.1", optional = true }
7676
rand_pcg = "0.3.1"
7777
socket2 = { version = "0.5.3", features = ["all"] }
7878
lazy_static = "1"

0 commit comments

Comments
 (0)