Skip to content

Commit a89c92e

Browse files
Bump anyhow from 1.0.96 to 1.0.97 (#785)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.96 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.96...1.0.97) --- 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>
1 parent 3958db3 commit a89c92e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bumper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
anyhow = "1.0.96"
13+
anyhow = "1.0.97"
1414
clap = { version = "4.5.31", features = ["derive"] }
1515
semver = "1.0.25"
1616
serde = "1.0.218"

modeling-cmds-macros-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ quote = { workspace = true }
1616
syn = { workspace = true, features = ["extra-traits", "full"] }
1717

1818
[dev-dependencies]
19-
anyhow = "1.0.96"
19+
anyhow = "1.0.97"
2020
criterion = { version = "0.5", features = ["html_reports"] }
2121
insta = "1.41.1"
2222
regex = "1.11.1"

modeling-cmds-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ syn = { workspace = true, features = ["extra-traits", "full"] }
2020
proc-macro = true
2121

2222
[dev-dependencies]
23-
anyhow = "1.0.96"
23+
anyhow = "1.0.97"
2424
insta = "1.41.1"
2525
regex = "1.11.1"
2626
rustfmt-wrapper = "0.2.1"

modeling-cmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
anyhow = "1.0.96"
14+
anyhow = "1.0.97"
1515
chrono = "0.4.40"
1616
cxx = { version = "1.0", optional = true }
1717
data-encoding = "2.8.0"

0 commit comments

Comments
 (0)