Skip to content

Commit beceb5b

Browse files
committed
cargo: update dep versions
1 parent 5059ba3 commit beceb5b

File tree

4 files changed

+58
-61
lines changed

4 files changed

+58
-61
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ shlex = "1.3.0"
5858
strum = { version = "0.28.0", features = ["derive"] }
5959
tempfile = "3.26.0"
6060
textwrap = "0.16.2"
61-
tokio = { version = "1.49.0", features = ["full"] }
62-
toml = "1.0.3"
61+
tokio = { version = "1.50.0", features = ["full"] }
62+
toml = "1.0.6"
6363
tracing = "0.1.44"
6464
tracing-log = "0.2.0"
6565
tracing-subscriber = "0.3.22"

crates/lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ serde_with = { version = "3.17.0", default-features = false, features = ["alloc"
5353
strum = { version = "0.28.0", features = ["derive"] }
5454
tempfile = "3.26.0"
5555
thiserror = "2.0.18"
56-
toml = "1.0.3"
56+
toml = "1.0.6"
5757
tracing = "0.1.44"
5858
url = { version = "2.5.8", features = ["serde"] }
5959

@@ -76,4 +76,4 @@ features = ["cookies", "hickory-dns", "json", "query", "socks"]
7676
[dev-dependencies]
7777
indoc = "2.0.7"
7878
serde_test = "1.0.177"
79-
tokio = { version = "1.49.0", features = ["full"] }
79+
tokio = { version = "1.50.0", features = ["full"] }

crates/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ futures-util = "0.3.32"
2222
indexmap = "2.13.0"
2323
itertools = "0.14.0"
2424
pyo3 = { version = "0.28.2", features = ["extension-module", "indexmap"] }
25-
tokio = { version = "1.49.0", features = ["full"] }
25+
tokio = { version = "1.50.0", features = ["full"] }

0 commit comments

Comments
 (0)