Skip to content

Commit

Permalink
Bump anyhow from 1.0.86 to 1.0.87 (#509)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.87)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent d73bb8f commit 9df54f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion bumper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.87"
clap = { version = "4.5.16", features = ["derive"] }
semver = "1.0.22"
serde = "1.0.210"
Expand Down
2 changes: 1 addition & 1 deletion modeling-cmds-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ syn = { workspace = true, features = ["extra-traits", "full"] }
proc-macro = true

[dev-dependencies]
anyhow = "1.0.75"
anyhow = "1.0.87"
insta = "1.40.0"
regex = "1.10.6"
rustfmt-wrapper = "0.2.1"
2 changes: 1 addition & 1 deletion modeling-cmds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.87"
chrono = "0.4.35"
cxx = { version = "1.0", optional = true }
data-encoding = "2.5.0"
Expand Down

0 comments on commit 9df54f5

Please sign in to comment.