mirror of
https://github.com/haileys/bark
synced 2025-03-16 22:57:00 +00:00
relax bark dependencies
This commit is contained in:
parent
a7f684ee03
commit
1edc3386e5
1 changed files with 10 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue