Upgrade deps
This commit is contained in:
parent
3116032a83
commit
c3f33f0ea1
|
|
@ -24,11 +24,12 @@ boring = { version = "4.19.0", path = "./boring" }
|
||||||
tokio-boring = { version = "4.19.0", path = "./tokio-boring" }
|
tokio-boring = { version = "4.19.0", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
|
||||||
|
bitflags = "2.9"
|
||||||
|
brotli = "8.0"
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
cmake = "0.1.18"
|
cmake = "0.1.54"
|
||||||
fs_extra = "1.3.0"
|
fs_extra = "1.3.0"
|
||||||
fslock = "0.2"
|
fslock = "0.2"
|
||||||
bitflags = "2.4"
|
|
||||||
foreign-types = "0.5"
|
foreign-types = "0.5"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
|
|
@ -48,4 +49,3 @@ openssl-macros = "0.1.1"
|
||||||
tower = "0.4"
|
tower = "0.4"
|
||||||
tower-layer = "0.3"
|
tower-layer = "0.3"
|
||||||
tower-service = "0.3"
|
tower-service = "0.3"
|
||||||
brotli = "6.0"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue