We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3116032 commit c3f33f0Copy full SHA for c3f33f0
Cargo.toml
@@ -24,11 +24,12 @@ boring = { version = "4.19.0", path = "./boring" }
24
tokio-boring = { version = "4.19.0", path = "./tokio-boring" }
25
26
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
27
+bitflags = "2.9"
28
+brotli = "8.0"
29
bytes = "1"
-cmake = "0.1.18"
30
+cmake = "0.1.54"
31
fs_extra = "1.3.0"
32
fslock = "0.2"
-bitflags = "2.4"
33
foreign-types = "0.5"
34
libc = "0.2"
35
hex = "0.4"
@@ -48,4 +49,3 @@ openssl-macros = "0.1.1"
48
49
tower = "0.4"
50
tower-layer = "0.3"
51
tower-service = "0.3"
-brotli = "6.0"
0 commit comments