Skip to content

Commit

Permalink
chore(deps): update rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent fba1675 commit 8b5e4e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ path = "src/main.rs"
test = false

[dependencies]
anyhow = "1.0.81"
bpaf = { version = "0.9.11", features = ["derive", "batteries"] }
anyhow = "1.0.82"
bpaf = { version = "0.9.12", features = ["derive", "batteries"] }
cargo_metadata = "0.18.1"
git-cliff-core = { version = "2.2.0", default-features = false, features = [
git-cliff-core = { version = "2.2.1", default-features = false, features = [
"repo",
] }
glob = "0.3.1"
toml_edit = { version = "0.22.9", features = ["parse"] }
toml_edit = { version = "0.22.12", features = ["parse"] }
semver = "1.0.22"
git_cmd = "0.6.2"
git_cmd = "0.6.4"

0 comments on commit 8b5e4e3

Please sign in to comment.