This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pkh"
|
name = "pkh"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
authors = ["vhaudiquet"]
|
authors = ["vhaudiquet"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@@ -11,14 +11,14 @@ flate2 = "1.1.5"
|
|||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
csv = "1.3.0"
|
csv = "1.3.0"
|
||||||
reqwest = { version = "0.12.9", features = ["blocking", "json", "stream"] }
|
reqwest = { version = "0.12.9", features = ["blocking", "json", "stream"] }
|
||||||
git2 = "0.19.0"
|
git2 = "0.20.2"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
tokio = { version = "1.41.1", features = ["full"] }
|
tokio = { version = "1.41.1", features = ["full"] }
|
||||||
sha2 = "0.10.8"
|
sha2 = "0.10.8"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
log = "0.4.28"
|
log = "0.4.28"
|
||||||
indicatif = "0.17"
|
indicatif = "0.18.3"
|
||||||
indicatif-log-bridge = "0.2.3"
|
indicatif-log-bridge = "0.2.3"
|
||||||
env_logger = "0.11.8"
|
env_logger = "0.11.8"
|
||||||
futures-util = { version = "0.3.31", features = ["tokio-io"] }
|
futures-util = { version = "0.3.31", features = ["tokio-io"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user