mirror of
https://github.com/Zenithsiz/ndsz.git
synced 2026-02-03 17:52:19 +00:00
Updated all cargo dependencies
This commit is contained in:
parent
f7e0bc525f
commit
6414e7a8ab
@ -11,14 +11,14 @@ version = "0.0.0"
|
||||
byteorder = "1.4.3"
|
||||
|
||||
# Util
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.10.3"
|
||||
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "2a029369ac5aa4e7dbd6f6afb78ae419ee18666f"}
|
||||
|
||||
# Error handling
|
||||
thiserror = "1.0.28"
|
||||
thiserror = "1.0.32"
|
||||
|
||||
# Logging
|
||||
log = "0.4.14"
|
||||
log = "0.4.17"
|
||||
|
||||
# Serde
|
||||
serde = {version = "1.0.130", features = ["derive"]}
|
||||
serde = {version = "1.0.143", features = ["derive"]}
|
||||
|
||||
@ -14,10 +14,10 @@ byteorder = "1.4.3"
|
||||
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "2a029369ac5aa4e7dbd6f6afb78ae419ee18666f"}
|
||||
|
||||
# Error handling
|
||||
thiserror = "1.0.28"
|
||||
thiserror = "1.0.32"
|
||||
|
||||
# Logging
|
||||
log = "0.4.14"
|
||||
log = "0.4.17"
|
||||
|
||||
# Serde
|
||||
serde = {version = "1.0.130", features = ["derive"]}
|
||||
serde = {version = "1.0.143", features = ["derive"]}
|
||||
|
||||
@ -14,14 +14,14 @@ ndsz-fat = {path = "../ndsz-fat"}
|
||||
byteorder = "1.4.3"
|
||||
|
||||
# Util
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.10.3"
|
||||
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "2a029369ac5aa4e7dbd6f6afb78ae419ee18666f"}
|
||||
|
||||
# Error handling
|
||||
thiserror = "1.0.28"
|
||||
thiserror = "1.0.32"
|
||||
|
||||
# Logging
|
||||
log = "0.4.14"
|
||||
log = "0.4.17"
|
||||
|
||||
# Serde
|
||||
serde = {version = "1.0.130", features = ["derive"]}
|
||||
serde = {version = "1.0.143", features = ["derive"]}
|
||||
|
||||
@ -12,17 +12,17 @@ ndsz-fat = {path = "../ndsz-fat"}
|
||||
ndsz-narc = {path = "../ndsz-narc"}
|
||||
|
||||
# Cmd
|
||||
clap = "2.33.3"
|
||||
clap = "3.2.17"
|
||||
|
||||
# Util
|
||||
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "2a029369ac5aa4e7dbd6f6afb78ae419ee18666f"}
|
||||
|
||||
# Error handling
|
||||
anyhow = "1.0.43"
|
||||
anyhow = "1.0.62"
|
||||
|
||||
# Logging
|
||||
log = "0.4.14"
|
||||
simplelog = "0.10.0"
|
||||
log = "0.4.17"
|
||||
simplelog = "0.12.0"
|
||||
|
||||
# Serde
|
||||
serde_yaml = "0.8.20"
|
||||
serde_yaml = "0.9.9"
|
||||
|
||||
@ -12,17 +12,17 @@ ndsz-fat = {path = "../ndsz-fat"}
|
||||
ndsz-nds = {path = "../ndsz-nds"}
|
||||
|
||||
# Cmd
|
||||
clap = "2.33.3"
|
||||
clap = "3.2.17"
|
||||
|
||||
# Util
|
||||
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "2a029369ac5aa4e7dbd6f6afb78ae419ee18666f"}
|
||||
|
||||
# Error handling
|
||||
anyhow = "1.0.43"
|
||||
anyhow = "1.0.62"
|
||||
|
||||
# Logging
|
||||
log = "0.4.14"
|
||||
simplelog = "0.10.0"
|
||||
log = "0.4.17"
|
||||
simplelog = "0.12.0"
|
||||
|
||||
# Serde
|
||||
serde_yaml = "0.8.20"
|
||||
serde_yaml = "0.9.9"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user