Skip to content

Commit 85e5592

Browse files
committed
cargo: update dep versions
1 parent f0c72fa commit 85e5592

3 files changed

Lines changed: 37 additions & 37 deletions

File tree

Cargo.lock

Lines changed: 32 additions & 32 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
@@ -40,7 +40,7 @@ test-bugzilla = ["bugbite/test", "bugbite/test-bugzilla"]
4040
anyhow = "1.0.100"
4141
bugbite = { path = "../lib", version = "0.0.14", features = ["output"] }
4242
byte-unit = "5.2.0"
43-
camino = { version = "1.2.1", features = ["serde1"] }
43+
camino = { version = "1.2.2", features = ["serde1"] }
4444
clap = { version = "4.5.53", features = ["cargo", "derive", "env", "wrap_help"] }
4545
clap_complete = "4.5.61"
4646
clap-verbosity-flag = "3.0.4"
@@ -59,7 +59,7 @@ strum = { version = "0.27.2", features = ["derive"] }
5959
tempfile = "3.23.0"
6060
textwrap = "0.16.2"
6161
tokio = { version = "1.48.0", features = ["full"] }
62-
toml = "0.9.8"
62+
toml = "0.9.9"
6363
tracing = "0.1.43"
6464
tracing-log = "0.2.0"
6565
tracing-subscriber = "0.3.22"

crates/lib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test-bugzilla = []
3535
async-stream = "0.3.6"
3636
base64 = "0.22.1"
3737
byte-unit = { version = "5.2.0", features = ["serde"] }
38-
camino = { version = "1.2.1", features = ["serde1"] }
38+
camino = { version = "1.2.2", features = ["serde1"] }
3939
chrono = { version = "0.4.42", features = ["serde"] }
4040
chronoutil = "0.2.7"
4141
dirs-next = "2.0.0"
@@ -53,7 +53,7 @@ serde_with = { version = "3.16.1", default-features = false, features = ["alloc"
5353
strum = { version = "0.27.2", features = ["derive"] }
5454
tempfile = "3.23.0"
5555
thiserror = "2.0.17"
56-
toml = "0.9.8"
56+
toml = "0.9.9"
5757
tracing = "0.1.43"
5858
url = { version = "2.5.7", features = ["serde"] }
5959

@@ -69,7 +69,7 @@ pyo3 = { version = "0.27.2", optional = true }
6969
wiremock = { version = "0.6.5", optional = true }
7070

7171
[dependencies.reqwest]
72-
version = "0.12.24"
72+
version = "0.12.26"
7373
default-features = false
7474
features = ["cookies", "hickory-dns", "json", "socks"]
7575

0 commit comments

Comments
 (0)