Updated all dependencies.

This commit is contained in:
Filipe Rodrigues 2024-08-10 15:26:23 +01:00
parent 81b9d4366b
commit 192043e8da
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU
2 changed files with 265 additions and 244 deletions

485
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"] }