diff --git a/ndsz-fat/Cargo.toml b/ndsz-fat/Cargo.toml index 50ca4dd..d82be58 100644 --- a/ndsz-fat/Cargo.toml +++ b/ndsz-fat/Cargo.toml @@ -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"]} diff --git a/ndsz-generic-header/Cargo.toml b/ndsz-generic-header/Cargo.toml index 483a01a..f4ae372 100644 --- a/ndsz-generic-header/Cargo.toml +++ b/ndsz-generic-header/Cargo.toml @@ -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"]} diff --git a/ndsz-narc/Cargo.toml b/ndsz-narc/Cargo.toml index ab22e51..36c5463 100644 --- a/ndsz-narc/Cargo.toml +++ b/ndsz-narc/Cargo.toml @@ -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"]} diff --git a/ndsz-unnarc/Cargo.toml b/ndsz-unnarc/Cargo.toml index 4f2a995..bb720d2 100644 --- a/ndsz-unnarc/Cargo.toml +++ b/ndsz-unnarc/Cargo.toml @@ -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" diff --git a/ndsz-unnds/Cargo.toml b/ndsz-unnds/Cargo.toml index 0f13fc7..1dcbccc 100644 --- a/ndsz-unnds/Cargo.toml +++ b/ndsz-unnds/Cargo.toml @@ -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"