Skip to content

Commit 5dbb8e4

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

File tree

6 files changed

+41
-41
lines changed

6 files changed

+41
-41
lines changed

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.40.0", features = ["full", "tracing"] }
24+
scylla = { version = "0.14.0", features = ["time"] }
25+
serde_json = { version = "1.0.128", features = ["preserve_order"] }
26+
serde = { version = "1.0.209", features = ["derive"] }
27+
uuid = { version = "1.10.0", features = ["serde", "v1", "std", "fast-rng"] }
28+
darling = "0.20.10"
29+
trybuild = "1.0.99"
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.40.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.16"
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"

scyllax-cli/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ path = "src/bin/scyllax.rs"
1515

1616
[dependencies]
1717
tokio.workspace = true
18-
clap = { version = "4", features = ["derive", "env"] }
19-
clap_complete = { version = "4" }
20-
chrono = { version = "0.4", default-features = false, features = ["clock"] }
21-
anyhow = "1.0.75"
22-
url = { version = "2.5.0", default-features = false }
23-
async-trait = "0.1"
24-
console = "0.15.7"
18+
clap = { version = "4.5.17", features = ["derive", "env"] }
19+
clap_complete = { version = "4.5.26" }
20+
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
21+
anyhow = "1.0.86"
22+
url = { version = "2.5.2", default-features = false }
23+
async-trait = "0.1.82"
24+
console = "0.15.8"
2525
scylla.workspace = true
2626
scyllax = { version = "0.2.0", path = "../scyllax" }
27-
serde_json = "1.0.108"
28-
serde = { version = "1.0.193", features = ["derive"] }
27+
serde_json = "1.0.128"
28+
serde = { version = "1.0.209", features = ["derive"] }
2929
tracing-subscriber.workspace = true
3030
tracing.workspace = true
31-
time = { version = "0.3.30", features = ["formatting"] }
31+
time = { version = "0.3.36", features = ["formatting"] }
3232
sha2 = "0.10.8"
3333
uuid.workspace = true
3434

scyllax-macros-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ readme = "../README.md"
1212
[dependencies]
1313
bae = { version = "0.2", package = "sea-bae" }
1414
convert_case = "0.6.0"
15-
darling = { version = "0.20", features = ["suggestions"] }
16-
proc-macro2 = "1"
17-
quote = "1"
15+
darling = { version = "0.20.10", features = ["suggestions"] }
16+
proc-macro2 = "1.0.86"
17+
quote = "1.0.37"
1818
scyllax-parser = { path = "../scyllax-parser", version = "0.2.0" }
19-
syn = { version = "2", features = ["full", "derive", "extra-traits"] }
19+
syn = { version = "2.0.77", features = ["full", "derive", "extra-traits"] }

scyllax-parser/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ homepage.workspace = true
1212
readme = 'crates.md'
1313

1414
[dependencies]
15-
nom = "7"
15+
nom = "7.1.3"
1616

1717
[dev-dependencies]
18-
pretty_assertions = "1"
19-
criterion = { version = "0.5", features = ["html_reports"] }
18+
pretty_assertions = "1.4.0"
19+
criterion = { version = "0.5.1", features = ["html_reports"] }
2020

2121
[[bench]]
2222
name = "bench"

scyllax/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ repository.workspace = true
1010
homepage.workspace = true
1111

1212
[dependencies]
13-
async-trait = "0.1"
14-
getrandom = "0.2"
15-
mac_address = "1"
16-
once_cell = "1"
13+
async-trait = "0.1.82"
14+
getrandom = "0.2.15"
15+
mac_address = "1.1.7"
16+
once_cell = "1.19.0"
1717
scylla.workspace = true
1818
scyllax-macros = { version = "0.2.0", path = "../scyllax-macros" }
1919
scyllax-macros-core = { version = "0.2.0", path = "../scyllax-macros-core" }
20-
thiserror = "1"
20+
thiserror = "1.0.63"
2121
tokio.workspace = true
2222
tracing.workspace = true
2323
uuid.workspace = true
2424
serde = { workspace = true, optional = true }
2525
serde_json = { workspace = true, optional = true }
26-
prost-types = { version = "0.12", optional = true }
26+
prost-types = { version = "0.13.2", optional = true }
2727

2828
[features]
2929
default = []

0 commit comments

Comments
 (0)