diff --git a/Cargo.lock b/Cargo.lock index 53185f5..50436ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,9 +152,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index e939f4d..f6c7bf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "src/lib.rs" [dependencies] amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.9.2" } amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.3" } -anyhow = "1.0.90" +anyhow = "1.0.92" axum = { version = "0.7.7" } clap = { version = "4.5.20", features = ["derive", "env"] } dotenv = "0.15.0"