diff --git a/Cargo.lock b/Cargo.lock index f9bc405f..241df416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index aa3b671e..3f79a8f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ hyper = { git = "https://github.com/rjzak/hyper", branch = "wasi_wip", features tokio = { version = "^1.21.2", features = ["rt", "macros"], default-features = false } uuid = { version = "^0.8.2", features = ["v4"], default-features = false } tracing = { version = "^0.1.29", default-features = false } -anyhow = { version = "^1.0.55", default-features = false } +anyhow = { version = "^1.0.66", default-features = false } base64 = { version = "^0.13.1", default-features = false } mime = { version = "^0.3.16", default-features = false } confargs = { version = "^0.1.3", default-features = false }