mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-06 11:35:46 +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"
|
version = "0.3.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0.83"
|
anyhow = "1.0.89"
|
||||||
log = { version = "0.4.21", features = ["std"] }
|
log = { version = "0.4.21", features = ["std"] }
|
||||||
tokio = { version = "1.37.0" }
|
tokio = { version = "1.37.0" }
|
||||||
serde = "1.0.202"
|
serde = "1.0.202"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rstest = "0.21.0"
|
rstest = "0.23.0"
|
||||||
tempfile = "3.10.1"
|
tempfile = "3.10.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
watchers = { path = "./watchers", default-features = false }
|
watchers = { path = "./watchers", default-features = false }
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
toml = "0.8.13"
|
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"] }
|
fern = { version = "0.6.2", features = ["colored"] }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
|
@ -10,7 +10,7 @@ crate-type = ["lib"]
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rstest = "0.21.0"
|
rstest = "0.23.0"
|
||||||
tempfile = "3.10.1"
|
tempfile = "3.10.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@ -25,10 +25,10 @@ chrono = "0.4.38"
|
|||||||
toml = "0.8.13"
|
toml = "0.8.13"
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
serde = { workspace = true, features = ["derive"] }
|
serde = { workspace = true, features = ["derive"] }
|
||||||
serde_default = "0.1.0"
|
serde_default = "0.2.0"
|
||||||
serde_json = "1.0.117"
|
serde_json = "1.0.117"
|
||||||
regex = "1.10.4"
|
regex = "1.10.4"
|
||||||
gethostname = "0.4.3"
|
gethostname = "0.5.0"
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
async-trait = "0.1.80"
|
async-trait = "0.1.80"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user