Skip to content

Commit ca9f9a8

Browse files
committed
cargo: update dep versions
1 parent 45893f4 commit ca9f9a8

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 24 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,9 +40,9 @@ test-bugzilla = ["bugbite/test", "bugbite/test-bugzilla"]
4040
anyhow = "1.0.98"
4141
bugbite = { path = "../lib", version = "0.0.14", features = ["output"] }
4242
byte-unit = "5.1.6"
43-
camino = { version = "1.1.9", features = ["serde1"] }
43+
camino = { version = "1.1.10", features = ["serde1"] }
4444
clap = { version = "4.5.39", features = ["cargo", "derive", "env", "wrap_help"] }
45-
clap_complete = "4.5.51"
45+
clap_complete = "4.5.52"
4646
clap-verbosity-flag = "3.0.3"
4747
crossterm = "0.29.0"
4848
enum-as-inner = "0.6.1"

crates/lib/Cargo.toml

Lines changed: 2 additions & 2 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.1.6", features = ["serde"] }
38-
camino = { version = "1.1.9", features = ["serde1"] }
38+
camino = { version = "1.1.10", features = ["serde1"] }
3939
chrono = { version = "0.4.41", features = ["serde"] }
4040
chronoutil = "0.2.7"
4141
dirs-next = "2.0.0"
@@ -69,7 +69,7 @@ pyo3 = { version = "0.25.0", optional = true }
6969
wiremock = { version = "0.6.3", optional = true }
7070

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

0 commit comments

Comments
 (0)