dependencies upgrade
Dependencies upgraded to latest versions
This commit is contained in:
parent
8244282fa4
commit
611850435d
16
Cargo.toml
16
Cargo.toml
@ -7,14 +7,14 @@ edition = "2018"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
file-utils = "0.1.5"
|
file-utils = "0.1"
|
||||||
chrono = "0.4.31"
|
chrono = "0.4"
|
||||||
# Sync
|
# Sync
|
||||||
#reqwest = { version = "0.11", features = ["blocking"] }
|
#reqwest = { version = "0.11", features = ["blocking"] }
|
||||||
# Async
|
# Async
|
||||||
reqwest = "0.12.12"
|
reqwest = "0.12"
|
||||||
tokio = { version = "1.34.0", features = ["full"] }
|
tokio = { version = "1.43", features = ["full"] }
|
||||||
ini = "1.3.0"
|
ini = "1.3"
|
||||||
exitcode = "1.1.2"
|
exitcode = "1.1"
|
||||||
sysinfo = "0.33.1"
|
sysinfo = "0.33"
|
||||||
sys-locale = "0.3.1"
|
sys-locale = "0.3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user