Skip to content

Commit

Permalink
Update thiserror to 2.0 and git2 to 0.19
Browse files Browse the repository at this point in the history
This commit updates thiserror to 2.0 and git2 to 0.19. It also adds
"cargo-outdated" to the flake.

Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Dec 10, 2024
1 parent 2dbdbc3 commit 1191275
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ strip = true
[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
clap = { version = "4.5", features = ["derive"] }
env_logger = { version = "0.11", features = [
"humantime",
], default-features = false }
git2 = { version = "0.18", default-features = false }
env_logger = { version = "0.11", features = [ "humantime" ], default-features = false }
git2 = { version = "0.19", default-features = false }
log = "0.4"
pretty_assertions = "1.4"
rayon = "1.10"
Expand All @@ -35,6 +33,6 @@ serde_json = "1.0"
strum = { version = "0.26", features = ["derive"] }
tempfile = "3.10"
termcolor = "1.4"
thiserror = "1.0"
thiserror = "2.0"
toml = "0.8"
user_dirs = "0.2.0"
user_dirs = "0.2"
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
bash
cargo-audit
cargo-bloat
cargo-outdated
cargo-udeps
coreutils
hyperfine
Expand Down

0 comments on commit 1191275

Please sign in to comment.