Skip to content

Commit 9a24a06

Browse files
fix(deps): update all non-major dependencies
1 parent 919b0bb commit 9a24a06

7 files changed

Lines changed: 93 additions & 154 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ readme = "README.md"
1818
scyllax-macros = { verison = "0.2.0", path = "./scyllax-macros" }
1919
scyllax-macros-core = { verison = "0.2.0", path = "./scyllax-macros-core" }
2020
scyllax-parser = { verison = "0.2.0", path = "./scyllax-parser" }
21-
tracing = "0.1"
22-
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "tracing-log", "parking_lot"] }
23-
tokio = { version = "1", features = ["full", "tracing"] }
24-
scylla = { version = "0.12", features = ["time"] }
25-
serde_json = { version = "1", features = ["preserve_order"] }
26-
serde = { version = "1", features = ["derive"] }
27-
uuid = { version = "1", features = ["serde", "v1", "std", "fast-rng"] }
28-
darling = "0.20"
29-
trybuild = "1"
21+
tracing = "0.1.40"
22+
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "json", "tracing-log", "parking_lot"] }
23+
tokio = { version = "1.38.0", features = ["full", "tracing"] }
24+
scylla = { version = "0.13.0", features = ["time"] }
25+
serde_json = { version = "1.0.117", features = ["preserve_order"] }
26+
serde = { version = "1.0.203", features = ["derive"] }
27+
uuid = { version = "1.8.0", features = ["serde", "v1", "std", "fast-rng"] }
28+
darling = "0.20.9"
29+
trybuild = "1.0.96"
3030

3131
[profile.dev.package.backtrace]
3232
opt-level = 3

example/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ homepage.workspace = true
1010
publish = false
1111

1212
[dependencies]
13-
anyhow = "1"
13+
anyhow = "1.0.86"
1414
serde.workspace = true
1515
serde_json.workspace = true
1616
scylla.workspace = true
1717
scyllax = { path = "../scyllax", features = ["json"] }
18-
tokio = { version = "1", features = ["full"] }
18+
tokio = { version = "1.38.0", features = ["full"] }
1919
tracing.workspace = true
2020
tracing-subscriber.workspace = true
2121
uuid.workspace = true
22-
tokio-stream = "0.1.14"
23-
futures-util = "0.3.29"
24-
futures = "0.3.29"
25-
rayon = "1.8.0"
26-
time = "0.3.34"
22+
tokio-stream = "0.1.15"
23+
futures-util = "0.3.30"
24+
futures = "0.3.30"
25+
rayon = "1.10.0"
26+
time = "0.3.36"
2727

2828
[features]
2929
default = ["integration"]
3030
integration = []
3131

3232
[dev-dependencies]
33-
pretty_assertions = "1"
34-
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
33+
pretty_assertions = "1.4.0"
34+
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
3535

3636
[[bench]]
3737
name = "bench"

0 commit comments

Comments
 (0)