Skip to content

Commit 5414f8d

Browse files
deps(rust): bump anyhow from 1.0.96 to 1.0.97
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] <support@github.com>
1 parent 199c0d7 commit 5414f8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ libhimmelblau = { version = "0.6.6", features = ["broker", "changepassword", "on
4343
clap = { version = "^4.5", features = ["derive", "env"] }
4444
clap_complete = "^4.5.46"
4545
reqwest = { version = "^0.12.2", features = ["json"] }
46-
anyhow = "^1.0.96"
46+
anyhow = "^1.0.97"
4747
tokio = { version = "^1.28.1", features = ["rt", "macros", "sync", "time", "net", "io-util", "signal", "rt-multi-thread"] }
4848
tokio-util = { version = "^0.7.8", features = ["codec"] }
4949
async-trait = "^0.1.87"

0 commit comments

Comments
 (0)