Skip to content

Commit aff5be1

Browse files
committed
⬆️ Update dependencies to latest versions
Update all project dependencies to their latest compatible versions This change updates multiple dependencies to their most recent releases: - clap: 4.5.16 → 4.5.36 - tokio: 1.39.3 → 1.44.2 - reqwest: 0.12.7 → 0.12.15 - tempfile: 3.12.0 → 3.19.1 - git2: 0.20.0 → 0.20.1 - async-trait: 0.1.81 → 0.1.88 - once_cell: 1.19.0 → 1.21.3 - log: 0.4.22 → 0.4.27 These updates ensure compatibility with the latest ecosystem changes and include security patches, performance improvements, and bug fixes.
1 parent 2a5baf9 commit aff5be1

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ categories = ["command-line-utilities", "development-tools"]
1313

1414

1515
[dependencies]
16-
clap = { version = "4.5.16", features = ["derive", "cargo"] }
17-
tokio = { version = "1.39.3", features = ["full"] }
18-
reqwest = { version = "0.12.7", features = ["json"] }
16+
clap = { version = "4.5.36", features = ["derive", "cargo"] }
17+
tokio = { version = "1.44.2", features = ["full"] }
18+
reqwest = { version = "0.12.15", features = ["json"] }
1919
serde = { version = "1.0.209", features = ["derive"] }
2020
serde_json = "1.0.127"
2121
anyhow = "1.0.86"
@@ -24,13 +24,13 @@ dirs = "6.0.0"
2424
regex = "1.10.6"
2525
colored = "3.0.0"
2626
console = "0.15.8"
27-
tempfile = "3.12.0"
28-
git2 = "0.20.0"
27+
tempfile = "3.19.1"
28+
git2 = "0.20.1"
2929
indicatif = "0.17.8"
30-
async-trait = "0.1.81"
30+
async-trait = "0.1.88"
3131
lazy_static = "1.5.0"
3232
chrono = "0.4.38"
33-
once_cell = "1.19.0"
33+
once_cell = "1.21.3"
3434
textwrap = "0.16.1"
3535
rand = "0.9.0"
3636
unicode-width = "0.2.0"
@@ -41,7 +41,7 @@ ratatui = "0.29.0"
4141
tui-textarea = "0.7.0"
4242
crossterm = "0.28.1"
4343
tokio-retry = "0.3.0"
44-
log = "0.4.22"
44+
log = "0.4.27"
4545
futures = "0.3.30"
4646
schemars = "0.8.21"
4747
parking_lot = "0.12.1"

0 commit comments

Comments
 (0)