Skip to content

Commit 61ce9c3

Browse files
Upgrade dependencies and tooling (#160)
Upgrade dependencies and tooling
1 parent 7b63731 commit 61ce9c3

File tree

3 files changed

+38
-37
lines changed

3 files changed

+38
-37
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ vendored-openssl = ["git2/vendored-openssl"]
1717
vendored-libgit2 = ["git2/vendored-libgit2"]
1818

1919
[dependencies]
20-
anyhow = "1.0.96"
21-
clap = { version = "4.5.30", features = ["derive"] }
22-
config = { version = "0.15.8", default-features = false, features = ["toml"] }
23-
env_logger = { version = "0.11.6", default-features = false, features = ["auto-color"] }
24-
fs4 = "0.13.0"
20+
anyhow = "1.0.98"
21+
clap = { version = "4.5.36", features = ["derive"] }
22+
config = { version = "0.15.11", default-features = false, features = ["toml"] }
23+
env_logger = { version = "0.11.8", default-features = false, features = ["auto-color"] }
24+
fs4 = "0.13.1"
2525
git2 = ">=0.18.0, <0.21.0"
26+
# Upgrading home to 0.5.11 will bring MSRV to 1.81.0
2627
home = "0.5.9"
27-
log = "0.4.26"
28+
log = "0.4.27"
2829
regex-lite = "0.1.6"
29-
serde = { version = "1.0.218", features = ["derive"] }
30+
serde = { version = "1.0.219", features = ["derive"] }
3031
ssh-key = "0.6.7"
31-
thiserror = "2.0.11"
32+
thiserror = "2.0.12"
3233
toml = { version = "0.8.20", features = ["preserve_order"] }
3334

3435
[dev-dependencies]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
33
# https://rust-lang.github.io/rustup/concepts/profiles.html
44
profile = "default"
5-
channel = "1.85.0"
5+
channel = "1.86.0"

0 commit comments

Comments
 (0)