We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418fc93 commit 7daa34fCopy full SHA for 7daa34f
1 file changed
libdd-http-client/Cargo.toml
@@ -26,7 +26,7 @@ fastrand = "2"
26
tokio = { version = "1.23", features = ["rt", "time"] }
27
reqwest = { version = "0.13", default-features = false, optional = true }
28
rustls = { version = "0.23", default-features = false, optional = true }
29
-libdd-common = { version = "2.0.0", path = "../libdd-common", default-features = false, optional = true }
+libdd-common = { version = "3.0.0", path = "../libdd-common", default-features = false, optional = true }
30
hyper = { workspace = true, optional = true }
31
hyper-util = { workspace = true, optional = true }
32
http-body-util = { version = "0.1", optional = true }
0 commit comments