Skip to content

Commit

Permalink
Bump anyhow from 1.0.86 to 1.0.89 (#353)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...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>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 877dc14 commit 873716e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/borderlands-launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tokio = { version = "1.40.0", default-features = false }
tokio-util = { version = "0.7.11", features = [ "io" ], default-features = false }

# Optional
anyhow = { version = "1.0.86", optional = true }
anyhow = { version = "1.0.89", optional = true }
prost-build = { version = "0.13.1", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion shift-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "shift-client"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.89"
reqwest = { version = "0.12.7", default-features = false }
shift-client = { version = "0.0.0", path = "../shift-client" }
shift-orcz = { version = "0.0.0", path = "../lib/shift-orcz" }
Expand Down

0 comments on commit 873716e

Please sign in to comment.