Update attohttpc dependency

This commit is contained in:
Koen Bolhuis 2022-11-16 02:13:57 +01:00
parent 9f4c763947
commit 88dbad9062
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }