diff --git a/Cargo.lock b/Cargo.lock index 1b17528..58189ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,7 +810,7 @@ dependencies = [ "rustls", "rustls-pemfile", "serde_json", - "sha2 0.11.0", + "sha2 0.10.9", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", @@ -2233,7 +2233,7 @@ dependencies = [ "rustls", "rustls-pemfile", "serde_json", - "sha2 0.11.0", + "sha2 0.10.9", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", @@ -2290,7 +2290,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.11.0", + "sha2 0.10.9", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", @@ -2466,7 +2466,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.11.0", + "sha2 0.10.9", "sysinfo", "thiserror 2.0.19", "tokio", @@ -2508,7 +2508,7 @@ dependencies = [ "semver", "serde", "serde_json", - "sha2 0.11.0", + "sha2 0.10.9", "sysinfo", "tempfile", "tokio", @@ -3271,7 +3271,7 @@ dependencies = [ "rand 0.8.7", "rand_core 0.6.4", "reqwest", - "sha2 0.11.0", + "sha2 0.10.9", "tokio", "tokio-util", "uuid", @@ -3395,7 +3395,7 @@ dependencies = [ "rustls", "rustls-pemfile", "serde_json", - "sha2 0.11.0", + "sha2 0.10.9", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", @@ -5526,7 +5526,7 @@ dependencies = [ "rustls", "rustls-pemfile", "serde_json", - "sha2 0.11.0", + "sha2 0.10.9", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", diff --git a/client/Cargo.toml b/client/Cargo.toml index f159246..43e27d3 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -47,7 +47,7 @@ rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" -sha2 = "0.11.0" +sha2 = "0.10.9" strum = "0.27.2" strum_macros = "0.27.2" sysinfo = "0.38.3" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 76054de..0e867f2 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -46,7 +46,7 @@ rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" -sha2 = "0.11.0" +sha2 = "0.10.9" strum = "0.27.2" strum_macros = "0.27.2" sysinfo = "0.38.3" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index d961329..dbc740c 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -43,7 +43,7 @@ rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" -sha2 = "0.11.0" +sha2 = "0.10.9" strum = "0.27.2" strum_macros = "0.27.2" sysinfo = "0.38.3" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index 381a8a3..f7fe9a4 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -63,7 +63,7 @@ rustls-pemfile = "2.2.0" serde_json = "1.0.149" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" -sha2 = "0.11.0" +sha2 = "0.10.9" strum = "0.27.2" strum_macros = "0.27.2" sysinfo = "0.38.3" diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index fd87d9c..0080576 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -28,7 +28,7 @@ rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0" -sha2 = "0.11.0" +sha2 = "0.10.9" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } uuid = { version = "*", features = ["v4"] } diff --git a/iota-updater/Cargo.toml b/iota-updater/Cargo.toml index 742b2a6..d089180 100644 --- a/iota-updater/Cargo.toml +++ b/iota-updater/Cargo.toml @@ -21,7 +21,7 @@ zip = "6.0.0" aes-gcm = "0.10.3" base64 = "0.22.1" rand_core = { version = "0.6", features = ["getrandom", "std"] } -sha2 = "0.11.0" +sha2 = "0.10.9" x448 = { version = "*" } hkdf = "0.12.4" once_cell = "1.21.3" diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index 1e3e21d..c869941 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -26,5 +26,5 @@ base64 = "0.22.1" hex = "*" rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } -sha2 = "0.11.0" +sha2 = "0.10.9" x448 = { version = "*" } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index e23231b..b4fd14e 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -46,7 +46,7 @@ rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" -sha2 = "0.11.0" +sha2 = "0.10.9" strum = "0.27.2" strum_macros = "0.27.2" sysinfo = "0.38.3" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index fb38dee..5034f88 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -46,7 +46,7 @@ rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" -sha2 = "0.11.0" +sha2 = "0.10.9" strum = "0.27.2" strum_macros = "0.27.2" sysinfo = "0.38.3"