Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.65 to 1.0.91
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.91.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.65...1.0.91)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent a97e86f commit d80c2a1
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 dexios-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ visual = ["indicatif"]

[dependencies]
# for errors, only temporary
anyhow = "1.0.65"
anyhow = "1.0.91"

# AEADS
aes-gcm = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion dexios/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ domain = { package = "dexios-domain", version = "1.0.1", path = "../dexios-domai
core = { package = "dexios-core", path = "../dexios-core", version = "1.2.0" }

clap = { version = "3.2.21", features = ["cargo"] }
anyhow = "1.0.65"
anyhow = "1.0.91"

zip = { version = "0.6.3", default-features = false, features = ["zstd"] }
rpassword = "7.2"

0 comments on commit d80c2a1

Please sign in to comment.