diff --git a/Cargo.toml b/Cargo.toml index bcd6b18..dfc1775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ publish = true thiserror = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" -attohttpc = { version = "0.17", features = ["json"] } +attohttpc = { version = "0.24", features = ["json"] }