Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a098761c5 |
2 changed files with 2 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ edition = "2024"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
zip = "6"
|
zip = "8"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
iota-paths = { path = "../iota-paths" }
|
iota-paths = { path = "../iota-paths" }
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ tokio = { version = "1.50.0", features = ["full"] }
|
||||||
sysinfo = "0.38.0"
|
sysinfo = "0.38.0"
|
||||||
uuid = { version = "*", features = ["v4"] }
|
uuid = { version = "*", features = ["v4"] }
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
zip = "6.0.0"
|
zip = "8.0.0"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue