Skip to content

Commit 529b75d

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

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.

lib/borderlands-launcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tokio = { version = "1.40.0", default-features = false }
1919
tokio-util = { version = "0.7.12", features = [ "io" ], default-features = false }
2020

2121
# Optional
22-
anyhow = { version = "1.0.89", optional = true }
22+
anyhow = { version = "1.0.92", optional = true }
2323
prost-build = { version = "0.13.3", optional = true }
2424

2525
[dev-dependencies]

shift-client-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "shift-client"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
anyhow = "1.0.89"
12+
anyhow = "1.0.92"
1313
reqwest = { version = "0.12.8", default-features = false }
1414
shift-client = { version = "0.0.0", path = "../shift-client" }
1515
shift-orcz = { version = "0.0.0", path = "../lib/shift-orcz" }

0 commit comments

Comments
 (0)