Skip to content

Commit d6af102

Browse files
Bump anyhow from 1.0.88 to 1.0.89 (#101)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.88 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.88...1.0.89) --- 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 65902ec commit d6af102

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -21,7 +21,7 @@ serial = ["dep:tokio-serial"]
2121
moonraker = ["dep:moonraker"]
2222

2323
[dependencies]
24-
anyhow = "1.0.88"
24+
anyhow = "1.0.89"
2525
async-trait = "0.1.82"
2626
bambulabs = { path = "bambulabs", optional = true }
2727
bytes = "1.7.1"

bambulabs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.88"
7+
anyhow = "1.0.89"
88
dashmap = "6.1.0"
99
format_serde_error = { version = "0.3.0", default-features = false, features = ["serde_json"] }
1010
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)