diff --git a/Cargo.toml b/Cargo.toml index ea444bc..70a20aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ chrono = { version = "0.4.22", features = [] } rustc_version = "0.4" [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.75" base16ct = { version = "0.1.1", features = ["alloc"] } bincode = "1.3.3" bytes = { version = "1.2.1", features = ["serde"] }