Skip to content

Commit

Permalink
Bump anyhow from 1.0.80 to 1.0.81 (#301)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.80...1.0.81)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 45f5266 commit efc8518
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.36.0", default-features = false }
tokio-util = { version = "0.7.10", features = [ "io" ], default-features = false }

# Optional
anyhow = { version = "1.0.80", optional = true }
anyhow = { version = "1.0.81", optional = true }
prost-build = { version = "0.12.3", 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.80"
anyhow = "1.0.81"
reqwest = { version = "0.11.24", 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 efc8518

Please sign in to comment.