From 88dbad90620e47153bd746dab80094c46163710c Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Wed, 16 Nov 2022 02:13:57 +0100 Subject: [PATCH] Update attohttpc dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }