diff --git a/Cargo.lock b/Cargo.lock index b16c53a..24c444e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.95" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index 3d85939..8a755fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.4", features = ["build", "cargo", "rustc"] } -anyhow = "1.0.95" +anyhow = "1.0.97" [dependencies] dotenvy = "0.15.0"