diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 7ad5bc62..e28e1443 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -33,7 +33,7 @@ axum = {version = "0.6"} tokio-stream = "0.1" serde = {version = "1", features=["derive"]} serde_json = "1" -serde_urlencoded = "*" +serde_urlencoded = "0.7" anyhow = "1" http = "0.2"