Skip to content

Commit 3e43167

Browse files
fix(deps): update all non-major dependencies
1 parent 3e1012e commit 3e43167

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ scyllax-parser = { verison = "0.1.1", path = "./scyllax-parser" }
2121
tracing = "0.1"
2222
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "tracing-log", "parking_lot"] }
2323
tokio = { version = "1", features = ["full", "tracing"] }
24-
scylla = { version = "0.10" }
24+
scylla = { version = "0.11" }
2525
serde_json = { version = "1", features = ["preserve_order"] }
2626
serde = { version = "1", features = ["derive"] }
2727
uuid = { version = "1", features = ["serde", "v1", "std", "fast-rng"] }

scyllax-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tokio.workspace = true
1818
clap = { version = "4", features = ["derive", "env"] }
1919
clap_complete = { version = "4" }
2020
chrono = { version = "0.4", default-features = false, features = ["clock"] }
21-
anyhow = "1.0.75"
21+
anyhow = "1.0.76"
2222
url = { version = "2.5.0", default-features = false }
2323
async-trait = "0.1"
2424
console = "0.15.7"
@@ -28,7 +28,7 @@ serde_json = "1.0.108"
2828
serde = { version = "1.0.193", features = ["derive"] }
2929
tracing-subscriber.workspace = true
3030
tracing.workspace = true
31-
time = { version = "0.3.30", features = ["formatting"] }
31+
time = { version = "0.3.31", features = ["formatting"] }
3232
sha2 = "0.10.8"
3333
uuid.workspace = true
3434

0 commit comments

Comments
 (0)