Skip to content

Commit b492908

Browse files
Bump anyhow from 1.0.98 to 1.0.99
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b004b11 commit b492908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
1717
spsa = ["rand/thread_rng", "ron", "serde"]
1818

1919
[dependencies]
20-
anyhow = { version = "1.0.98", default-features = false, features = ["std"] }
20+
anyhow = { version = "1.0.99", default-features = false, features = ["std"] }
2121
arrayvec = { version = "0.7.6", default-features = false, features = ["std"] }
2222
atomic = { version = "0.6.1", default-features = false, features = ["std"] }
2323
bytemuck = { version = "1.23.2", default-features = false }

0 commit comments

Comments
 (0)