Skip to content

Commit

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

---
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] authored Dec 23, 2024
1 parent 0d6c9a7 commit 9a27772
Show file tree
Hide file tree
Showing 5 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.

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.94"
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
semver = "1.0.24"
serde = "1.0.216"
Expand Down
2 changes: 1 addition & 1 deletion modeling-cmds-macros-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ quote = { workspace = true }
syn = { workspace = true, features = ["extra-traits", "full"] }

[dev-dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
criterion = { version = "0.5", features = ["html_reports"] }
insta = "1.41.1"
regex = "1.11.1"
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 @@ -20,7 +20,7 @@ syn = { workspace = true, features = ["extra-traits", "full"] }
proc-macro = true

[dev-dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
insta = "1.41.1"
regex = "1.11.1"
rustfmt-wrapper = "0.2.1"
Expand Down
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.94"
anyhow = "1.0.95"
chrono = "0.4.39"
cxx = { version = "1.0", optional = true }
data-encoding = "2.5.0"
Expand Down

0 comments on commit 9a27772

Please sign in to comment.