mirror of
https://github.com/encounter/nod-rs.git
synced 2025-12-15 08:06:21 +00:00
Update all dependencies
This commit is contained in:
@@ -27,15 +27,15 @@ tracy = ["dep:tracing-tracy"]
|
||||
|
||||
[dependencies]
|
||||
argp = "0.4"
|
||||
crc32fast = "1.4"
|
||||
crc32fast = "1.5"
|
||||
digest = { workspace = true }
|
||||
enable-ansi-support = "0.2"
|
||||
hex = { version = "0.4", features = ["serde"] }
|
||||
indicatif = "0.17"
|
||||
indicatif = "0.18"
|
||||
md-5 = { workspace = true }
|
||||
nod = { version = "2.0.0-alpha", path = "../nod", default-features = false }
|
||||
num_cpus = "1.16"
|
||||
quick-xml = { version = "0.37", features = ["serialize"] }
|
||||
num_cpus = "1.17"
|
||||
quick-xml = { version = "0.38", features = ["serialize"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sha1 = { workspace = true }
|
||||
size = "0.5"
|
||||
@@ -52,7 +52,7 @@ mimalloc = "0.1"
|
||||
|
||||
[build-dependencies]
|
||||
hex = { version = "0.4", features = ["serde"] }
|
||||
quick-xml = { version = "0.37", features = ["serialize"] }
|
||||
quick-xml = { version = "0.38", features = ["serialize"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
zerocopy = { version = "0.8", features = ["alloc", "derive"] }
|
||||
zstd = "0.13"
|
||||
|
||||
Reference in New Issue
Block a user