forked from Anri/cal8tor
update dependencies
This commit is contained in:
parent
8e18f7d2e5
commit
c0023d3a83
2 changed files with 725 additions and 598 deletions
1313
Cargo.lock
generated
1313
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -12,12 +12,12 @@ license = "AGPL-3.0-or-later"
|
|||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12" }
|
||||
tokio = { version = "1.40", features = ["full"] }
|
||||
scraper = "0.20"
|
||||
regex = "1.10"
|
||||
chrono = "0.4.38"
|
||||
tokio = { version = "1.42", features = ["full"] }
|
||||
scraper = "0.22"
|
||||
regex = "1.11"
|
||||
chrono = "0.4.39"
|
||||
ics = { version = "0.5", default-features = false }
|
||||
uuid = { version = "1.10", features = ["v4", "fast-rng"] }
|
||||
uuid = { version = "1.11", features = ["v4", "fast-rng"] }
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
dialoguer = "0.11"
|
||||
|
||||
|
|
Loading…
Reference in a new issue