diff --git a/Cargo.lock b/Cargo.lock index 60faeb5..1570615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.77" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9" +checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index a0dbc69..9674cb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.77" +anyhow = "1.0.78" axum = "0.7.3" clap = { version = "4.4.12", features = ["derive", "env"] } ctrlc = { version = "3.4.2", features = ["termination"] }