Updated all cargo dependencies

This commit is contained in:
Filipe Rodrigues 2022-08-17 01:41:49 +01:00
parent f7e0bc525f
commit 6414e7a8ab
No known key found for this signature in database
GPG Key ID: A0E31C6EE7CB70F0
5 changed files with 21 additions and 21 deletions

View File

@ -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"]}

View File

@ -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"]}

View File

@ -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"]}

View File

@ -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"

View File

@ -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"