Skip to content

Commit 7daa34f

Browse files
committed
chore: update libdd-common deps of libdd-http-client
1 parent 418fc93 commit 7daa34f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdd-http-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fastrand = "2"
2626
tokio = { version = "1.23", features = ["rt", "time"] }
2727
reqwest = { version = "0.13", default-features = false, optional = true }
2828
rustls = { version = "0.23", default-features = false, optional = true }
29-
libdd-common = { version = "2.0.0", path = "../libdd-common", default-features = false, optional = true }
29+
libdd-common = { version = "3.0.0", path = "../libdd-common", default-features = false, optional = true }
3030
hyper = { workspace = true, optional = true }
3131
hyper-util = { workspace = true, optional = true }
3232
http-body-util = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)