Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent b1bf980 commit 7d50f53
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.93"
anyhow = "1.0.94"
clap = { version = "4.5.21", features = ["derive"] }
semver = "1.0.22"
serde = "1.0.215"
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.93"
anyhow = "1.0.94"
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.93"
anyhow = "1.0.94"
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.93"
anyhow = "1.0.94"
chrono = "0.4.35"
cxx = { version = "1.0", optional = true }
data-encoding = "2.5.0"
Expand Down

0 comments on commit 7d50f53

Please sign in to comment.