relax bark dependencies

This commit is contained in:
Hailey Somerville 2024-09-14 14:27:20 +10:00
parent a7f684ee03
commit 1edc3386e5

View file

@ -16,16 +16,16 @@ bitflags = { workspace = true }
bytemuck = { workspace = true, features = ["extern_crate_alloc"] }
derive_more = { workspace = true }
env_logger = { version = "0.10", default-features = false, features = ["color", "auto-color", "humantime"] }
libc = "0.2.155"
libc = "0.2"
log = { workspace = true }
nix = { version = "0.29", features = ["time", "socket", "net", "poll", "user", "hostname"], default-features = false }
rand = "0.8.5"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105"
socket2 = "0.5.3"
static_assertions = "1.1.0"
structopt = "0.3.26"
termcolor = "1.2.0"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
socket2 = "0.5"
static_assertions = "1.1"
structopt = "0.3"
termcolor = "1.2"
thiserror = { workspace = true }
toml = "0.7.6"
xdg = "2.5.2"
toml = "0.7"
xdg = "2.5"