diff --git a/Cargo.lock b/Cargo.lock index 510e429..b4cfefc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -156,9 +156,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.96" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index df43c80..7d7f12e 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.10.1" } amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.10.3" } -anyhow = "1.0.96" +anyhow = "1.0.97" axum = { version = "0.8.1" } clap = { version = "4.5.31", features = ["derive", "env"] } dotenv = "0.15.0"