Merge pull request #17 from shibedrill/dependabot/cargo/anyhow-1.0.94

Bump anyhow from 1.0.93 to 1.0.94
This commit is contained in:
August 2024-12-15 20:57:36 -05:00 committed by GitHub
commit 192543a9d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -43,9 +43,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.93"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
[[package]]
name = "arrayvec"

View File

@ -10,7 +10,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
vergen = { version = "9.0.1", features = ["build", "cargo", "rustc"] }
anyhow = "1.0.93"
anyhow = "1.0.94"
[dependencies]
dotenvy = "0.15.0"