Skip to content

Commit

Permalink
cargo update/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Mar 25, 2024
1 parent a1893ed commit ee2cadf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"

[dependencies]
ansi_term = "0.12.1"
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
env_logger = "0.11.3"
git2 = "0.18.2"
git2 = "0.18.3"
log = "0.4.21"
serde = "1.0.197"
serde_derive = "1.0.197"
toml = "0.8.11"
toml = "0.8.12"
openssl = { version = "0.10", features = ["vendored"] }

[dev-dependencies]
Expand Down

0 comments on commit ee2cadf

Please sign in to comment.