Skip to content

Commit

Permalink
chore(deps): update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Apr 30, 2023
1 parent 80b4c87 commit 28543cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = "Implementation of several macros used in pacaptr."
proc-macro = true

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.71"
itertools = "0.10.5"
litrs = "0.4.0"
once_cell = "1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.18.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.71"
const_format = "0.2.30"
pico-args = "0.5.0"
regex = { version = "1.8.1", default-features = false, features = [
Expand Down

0 comments on commit 28543cb

Please sign in to comment.