Cargo.toml: sort dependencies

pull/1218/merge
Tamir Duberstein 3 weeks ago
parent 0153bdd950
commit 1ff2c0a2d2

@ -60,9 +60,9 @@ edition = "2024"
# them to do that, but in the meantime we need to be careful.
[workspace.dependencies]
anyhow = { version = "1", default-features = false }
base64 = { version = "0.22.1", default-features = false }
assert_matches = { version = "1.5.0", default-features = false }
async-io = { version = "2.0", default-features = false }
base64 = { version = "0.22.1", default-features = false }
bindgen = { version = "0.71", default-features = false }
bitflags = { version = "2.2.1", default-features = false }
bytes = { version = "1", default-features = false }

@ -18,10 +18,10 @@ assert_matches = { workspace = true }
aya = { path = "../../aya", version = "^0.13.1", default-features = false }
aya-log = { path = "../../aya-log", version = "^0.2.1", default-features = false }
aya-obj = { path = "../../aya-obj", version = "^0.2.1", default-features = false }
integration-common = { path = "../integration-common", features = ["user"] }
env_logger = { workspace = true }
epoll = { workspace = true }
futures = { workspace = true, features = ["std"] }
integration-common = { path = "../integration-common", features = ["user"] }
libc = { workspace = true }
log = { workspace = true }
netns-rs = { workspace = true }

Loading…
Cancel
Save