Skip to content

Commit

Permalink
fix: Remove (more) unsued dependencies (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Mar 7, 2024
1 parent 7c1e0c7 commit dd35bb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions io/zenoh-links/zenoh-link-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ quinn = { workspace = true }
rustls = { workspace = true }
rustls-native-certs = { workspace = true }
rustls-pemfile = { workspace = true }
rustls-webpki = { workspace = true }
zenoh-config = { workspace = true }
zenoh-core = { workspace = true }
zenoh-link-commons = { workspace = true }
Expand All @@ -43,4 +42,4 @@ zenoh-result = { workspace = true }
zenoh-sync = { workspace = true }
zenoh-util = { workspace = true }
base64 = { workspace = true }
secrecy = {workspace = true }
secrecy = { workspace = true }
4 changes: 3 additions & 1 deletion plugins/zenoh-plugin-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ crate-type = ["cdylib", "rlib"]
anyhow = { workspace = true, features = ["default"] }
async-std = { workspace = true, features = ["default"] }
base64 = { workspace = true }
clap = { workspace = true }
const_format = { workspace = true }
env_logger = { workspace = true }
flume = { workspace = true }
Expand All @@ -60,6 +59,9 @@ serde = { workspace = true, features = ["default"] }
serde_json = { workspace = true }
jsonschema = { workspace = true }

[dev-dependencies]
clap = { workspace = true }

[[example]]
name = "z_serve_sse"
path = "examples/z_serve_sse.rs"
Expand Down

0 comments on commit dd35bb5

Please sign in to comment.