v4.12.1
This commit is contained in:
parent
63d01c439a
commit
8b986e3521
10
Cargo.toml
10
Cargo.toml
|
|
@ -8,7 +8,7 @@ members = [
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "4.12.0"
|
version = "4.12.1"
|
||||||
repository = "https://github.com/penumbra-x/boring2"
|
repository = "https://github.com/penumbra-x/boring2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
@ -19,9 +19,9 @@ tag-prefix = ""
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
boring-sys = { package = "boring-sys2", version = "4.12.0", path = "./boring-sys" }
|
boring-sys = { package = "boring-sys2", version = "4.12.1", path = "./boring-sys" }
|
||||||
boring = { package = "boring2", version = "4.12.0", path = "./boring" }
|
boring = { package = "boring2", version = "4.12.1", path = "./boring" }
|
||||||
tokio-boring = { package = "tokio-boring2", version = "4.12.0", path = "./tokio-boring" }
|
tokio-boring = { package = "tokio-boring2", version = "4.12.1", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
|
|
@ -42,7 +42,7 @@ http-body-util = "0.1.2"
|
||||||
http_old = { package = "http", version = "0.2" }
|
http_old = { package = "http", version = "0.2" }
|
||||||
hyper = "1"
|
hyper = "1"
|
||||||
hyper-util = "0.1.6"
|
hyper-util = "0.1.6"
|
||||||
hyper_old = { package = "rhyper", version = "0.14", default-features = false }
|
hyper_old = { package = "hyper", version = "0.14", default-features = false }
|
||||||
linked_hash_set = "0.1"
|
linked_hash_set = "0.1"
|
||||||
once_cell = "1.0"
|
once_cell = "1.0"
|
||||||
openssl-macros = "0.1.1"
|
openssl-macros = "0.1.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue