Skip to content

Commit c59d81c

Browse files
build(deps): 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 43361f6 commit c59d81c

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.

conmon-rs/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "conmonrs"
88
path = "src/main.rs"
99

1010
[dependencies]
11-
anyhow = { version = "1.0.98", default-features = false }
11+
anyhow = { version = "1.0.99", default-features = false }
1212
async-channel = { version = "2.5.0", default-features = false, features = ["std"] }
1313
axum = { version = "0.8.4", default-features = false, features = ["http2", "tokio", "ws"] }
1414
capnp = { version = "0.21.4", default-features = false }

0 commit comments

Comments
 (0)