Merge pull request #367 from nix-community/dependabot/cargo/anyhow-1.0.79

build(deps): bump anyhow from 1.0.75 to 1.0.79
This commit is contained in:
figsoda 2024-01-15 18:10:04 -05:00 committed by GitHub
commit 9c5a8ca3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -120,9 +120,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.75"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "arc-swap"

View File

@ -25,7 +25,7 @@ categories = ["command-line-utilities"]
include = ["data", "src", "Cargo.lock", "Cargo.toml", "build.rs"]
[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.79"
askalono.workspace = true
bstr = "1.9.0"
cargo = "0.75.1"