Skip to content

Commit 496862c

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

4 files changed

Lines changed: 36 additions & 36 deletions

File tree

Cargo.lock

Lines changed: 31 additions & 31 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"] }

example/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ tracing.workspace = true
2020
tracing-subscriber.workspace = true
2121
uuid.workspace = true
2222
tokio-stream = "0.1.14"
23-
futures-util = "0.3.29"
24-
futures = "0.3.29"
23+
futures-util = "0.3.30"
24+
futures = "0.3.30"
2525
rayon = "1.8.0"
2626

2727
[features]

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.77"
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)