mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-04 02:20:15 +00:00
Update dependencies
This commit is contained in:
parent
a04578083f
commit
b4cf791a5e
1705
Cargo.lock
generated
1705
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -21,20 +21,20 @@ members = ["watchers"]
|
||||
version = "0.3.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.83"
|
||||
anyhow = "1.0.89"
|
||||
log = { version = "0.4.21", features = ["std"] }
|
||||
tokio = { version = "1.37.0" }
|
||||
serde = "1.0.202"
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.21.0"
|
||||
rstest = "0.23.0"
|
||||
tempfile = "3.10.1"
|
||||
|
||||
[dependencies]
|
||||
watchers = { path = "./watchers", default-features = false }
|
||||
chrono = "0.4.38"
|
||||
toml = "0.8.13"
|
||||
clap = { version = "4.5.4", features = ["string"] }
|
||||
clap = { version = "4.5.20", features = ["string"] }
|
||||
fern = { version = "0.6.2", features = ["colored"] }
|
||||
log = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
|
@ -10,7 +10,7 @@ crate-type = ["lib"]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.21.0"
|
||||
rstest = "0.23.0"
|
||||
tempfile = "3.10.1"
|
||||
|
||||
[dependencies]
|
||||
@ -25,10 +25,10 @@ chrono = "0.4.38"
|
||||
toml = "0.8.13"
|
||||
dirs = "5.0.1"
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_default = "0.1.0"
|
||||
serde_default = "0.2.0"
|
||||
serde_json = "1.0.117"
|
||||
regex = "1.10.4"
|
||||
gethostname = "0.4.3"
|
||||
gethostname = "0.5.0"
|
||||
log = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
async-trait = "0.1.80"
|
||||
|
Loading…
x
Reference in New Issue
Block a user