Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esemeniuc committed May 4, 2024
1 parent 3957f51 commit df4b1e3
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 48 deletions.
83 changes: 42 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ rcgen = "0.11"
regex = "1.7.1"
ron = "0.8.1"
ringbuffer-spsc = "0.1.9"
rsa = "0.9"
rsa = { branch = "v0.9.6-jito", git = "https://github.com/jito-labs/RSA.git" }
rustc_version = "0.4.0"
rustls = { branch = "v0.22.4-jito", git = "https://github.com/jito-labs/rustls.git" }
rustls-native-certs = "0.7.0"
rustls-pemfile = "2.0.0"
rustls-webpki = "0.102.0"
rustls-pki-types = "1.1.0"
schemars = "0.8.12"
secrecy = { version = "0.8.0", features = ["serde", "alloc"] }
secrecy = { version = "0.8.0", features = ["serde"], path = "vendor/secrecy" }
serde = { version = "1.0.154", default-features = false, features = [
"derive",
] } # Default features are disabled due to usage in no_std crates
Expand All @@ -155,7 +155,7 @@ token-cell = { version = "1.4.2", default-features = false }
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
tokio-util = "0.7.10"
tokio-tungstenite = "0.21"
tokio-rustls = "0.24"
tokio-rustls = "=0.24"
# tokio-vsock = see: io/zenoh-links/zenoh-link-vsock/Cargo.toml (workspaces does not support platform dependent dependencies)
console-subscriber = "0.2"
typenum = "1.16.0"
Expand Down Expand Up @@ -202,10 +202,11 @@ zenoh-link-commons = { version = "0.11.0-rc.2", path = "io/zenoh-link-commons" }
zenoh = { version = "0.11.0-rc.2", path = "zenoh", default-features = false }
zenoh-runtime = { version = "0.11.0-rc.2", path = "commons/zenoh-runtime" }
zenoh-task = { version = "0.11.0-rc.2", path = "commons/zenoh-task" }

zeroize = { version = "=1.3.0", features = ["alloc"] }

[patch.crates-io]
rustls = { branch = "v0.22.4-jito", git = "https://github.com/jito-labs/rustls.git" }
#num-bigint-dig = { path = "./vendor/num-bigint-0.8.2" }

[profile.dev]
debug = true
Expand Down
Loading

0 comments on commit df4b1e3

Please sign in to comment.