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 Jun 9, 2024
1 parent d374a19 commit c68d7a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ path = "src/main.rs"
test = false

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
bpaf = { version = "0.9.12", features = ["derive", "batteries"] }
cargo_metadata = "0.18.1"
git-cliff-core = { version = "2.3.0", default-features = false, features = ["repo"] }
glob = "0.3.1"
toml_edit = { version = "0.22.12", features = ["parse"] }
toml_edit = { version = "0.22.14", features = ["parse"] }
crates_io_api = { version = "0.11.0", default-features = false, features = ["rustls"] }
toml = "0.8.13"
toml = "0.8.14"
serde = "1.0.203"
serde_json = { version = "1.0.117", features = ["preserve_order"] }
regex = "1.10.4"
regex = "1.10.5"

0 comments on commit c68d7a6

Please sign in to comment.