Skip to content

Commit

Permalink
fix ci windows check
Browse files Browse the repository at this point in the history
  • Loading branch information
JLerxky committed Jun 8, 2024
1 parent d9deda2 commit 8f26611
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 166 deletions.
163 changes: 0 additions & 163 deletions Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ ron = "0.8.1"
ringbuffer-spsc = "0.1.9"
rsa = "0.9"
rustc_version = "0.4.0"
rustls = "0.23.9"
rustls = { version = "0.23.9", default-features = false, features = [
"logging",
"tls12",
"ring",
] }
rustls-native-certs = "0.7.0"
rustls-pemfile = "2.0.0"
rustls-webpki = "0.102.0"
Expand All @@ -155,7 +159,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.26.0"
tokio-rustls = { version = "0.26.0", default-features = false }
# 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
2 changes: 1 addition & 1 deletion io/zenoh-link-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async-trait = { workspace = true }
base64 = { workspace = true, optional = true }
flume = { workspace = true }
futures = { workspace = true }
rustls = { workspace = true, features = ["ring"]}
rustls = { workspace = true }
rustls-webpki = { workspace = true }
serde = { workspace = true, features = ["default"] }
tokio = { workspace = true, features = [
Expand Down

0 comments on commit 8f26611

Please sign in to comment.