Skip to content

Commit

Permalink
Chore: format list of cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed May 31, 2024
1 parent 405000a commit 84ae20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ description = "Zenoh: Zero Overhead Pub/sub, Store/Query and Compute."
# DEFAULT-FEATURES NOTE: Be careful with default-features and additivity!
# (https://github.com/rust-lang/cargo/issues/11329)
[workspace.dependencies]
async-trait = "0.1.60"
aes = "0.8.2"
ahash = "0.8.7"
anyhow = { version = "1.0.69", default-features = false } # Default features are disabled due to usage in no_std crates
async-executor = "1.5.0"
async-global-executor = "2.3.1"
async-io = "1.13.0"
async-std = { version = "=1.12.0", default-features = false } # Default features are disabled due to some crates' requirements
async-trait = "0.1.60"
base64 = "0.21.4"
bincode = "1.3.3"
clap = { version = "4.4.11", features = ["derive"] }
Expand Down

0 comments on commit 84ae20e

Please sign in to comment.