diff --git a/Cargo.lock b/Cargo.lock index 7301774..bd70442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "anyhow" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 239b125..d1e0f0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" [dependencies] -anyhow = "1.0.79" +anyhow = "1.0.80" axum = "0.7.4" time = { version = "0.3.34", features = ["local-offset"] } tokio = { version = "1.36.0", features = ["full"] }