mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-04 06:28:57 +00:00
Updated all dependencies.
This commit is contained in:
parent
81b9d4366b
commit
192043e8da
485
Cargo.lock
generated
485
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
24
Cargo.toml
24
Cargo.toml
@ -10,20 +10,20 @@ publish = ["filipejr"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
anyhow = "1.0.75"
|
||||
async-broadcast = "0.6.0"
|
||||
async-recursion = "1.0.5"
|
||||
clap = { version = "4.4.11", features = ["derive"] }
|
||||
dashmap = "5.5.3"
|
||||
futures = "0.3.29"
|
||||
itertools = "0.12.0"
|
||||
anyhow = "1.0.86"
|
||||
async-broadcast = "0.7.1"
|
||||
async-recursion = "1.1.1"
|
||||
clap = { version = "4.5.15", features = ["derive"] }
|
||||
dashmap = "6.0.1"
|
||||
futures = "0.3.30"
|
||||
itertools = "0.13.0"
|
||||
notify = "6.1.1"
|
||||
notify-debouncer-full = "0.3.1"
|
||||
pin-project = "1.1.3"
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
serde_yaml = "0.9.27"
|
||||
tokio = { version = "1.35.0", features = ["full"] }
|
||||
tokio-stream = "0.1.14"
|
||||
pin-project = "1.1.5"
|
||||
serde = { version = "1.0.205", features = ["derive"] }
|
||||
serde_yaml = "0.9.34"
|
||||
tokio = { version = "1.39.2", features = ["full"] }
|
||||
tokio-stream = "0.1.15"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user