From e95974b082598d2c9fe92c1148a7461d5cd035e8 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 18:03:06 +0200 Subject: [PATCH 1/3] Update Rust crate sha2 to 0.11.0 --- Cargo.lock | 16 ++++++++-------- client/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- iota-auth/Cargo.toml | 2 +- iota-cli/Cargo.toml | 2 +- iota-storage/Cargo.toml | 2 +- iota-updater/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58189ec..1b17528 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,7 +810,7 @@ dependencies = [ "rustls", "rustls-pemfile", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", @@ -2233,7 +2233,7 @@ dependencies = [ "rustls", "rustls-pemfile", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", @@ -2290,7 +2290,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.9", + "sha2 0.11.0", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", @@ -2466,7 +2466,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.9", + "sha2 0.11.0", "sysinfo", "thiserror 2.0.19", "tokio", @@ -2508,7 +2508,7 @@ dependencies = [ "semver", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "sysinfo", "tempfile", "tokio", @@ -3271,7 +3271,7 @@ dependencies = [ "rand 0.8.7", "rand_core 0.6.4", "reqwest", - "sha2 0.10.9", + "sha2 0.11.0", "tokio", "tokio-util", "uuid", @@ -3395,7 +3395,7 @@ dependencies = [ "rustls", "rustls-pemfile", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", @@ -5526,7 +5526,7 @@ dependencies = [ "rustls", "rustls-pemfile", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", diff --git a/client/Cargo.toml b/client/Cargo.toml index 43e27d3..f159246 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.10.9" +sha2 = "0.11.0" strum = "0.27.2" strum_macros = "0.27.2" sysinfo = "0.38.3" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 0e867f2..76054de 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.10.9" +sha2 = "0.11.0" 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 dbc740c..d961329 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.10.9" +sha2 = "0.11.0" 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 f7fe9a4..381a8a3 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.10.9" +sha2 = "0.11.0" 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 0080576..fd87d9c 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.10.9" +sha2 = "0.11.0" 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 d089180..742b2a6 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.10.9" +sha2 = "0.11.0" x448 = { version = "*" } hkdf = "0.12.4" once_cell = "1.21.3" diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index c869941..1e3e21d 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.10.9" +sha2 = "0.11.0" x448 = { version = "*" } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index b4fd14e..e23231b 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.10.9" +sha2 = "0.11.0" 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 5034f88..fb38dee 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.10.9" +sha2 = "0.11.0" strum = "0.27.2" strum_macros = "0.27.2" sysinfo = "0.38.3" From a3815b30c9067ad3cea2cfa24e55a8a422807c5b Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 19:02:08 +0200 Subject: [PATCH 2/3] Update Rust crate strum_macros to 0.28.0 --- Cargo.lock | 24 ++++++------------------ client/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- iota-auth/Cargo.toml | 2 +- iota-cli/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58189ec..d3be1b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "strum 0.27.2", - "strum_macros 0.27.2", + "strum_macros", "sysinfo", "tokio", "tokio-tungstenite", @@ -2235,7 +2235,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "strum 0.27.2", - "strum_macros 0.27.2", + "strum_macros", "sysinfo", "tokio", "tokio-tungstenite", @@ -2292,7 +2292,7 @@ dependencies = [ "serde_yaml", "sha2 0.10.9", "strum 0.27.2", - "strum_macros 0.27.2", + "strum_macros", "sysinfo", "tempfile", "tokio", @@ -3397,7 +3397,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "strum 0.27.2", - "strum_macros 0.27.2", + "strum_macros", "sysinfo", "tokio", "tokio-tungstenite", @@ -4707,19 +4707,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" dependencies = [ - "strum_macros 0.28.0", -] - -[[package]] -name = "strum_macros" -version = "0.27.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.119", + "strum_macros", ] [[package]] @@ -5528,7 +5516,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "strum 0.27.2", - "strum_macros 0.27.2", + "strum_macros", "sysinfo", "tokio", "tokio-tungstenite", diff --git a/client/Cargo.toml b/client/Cargo.toml index 43e27d3..e2725ad 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -49,7 +49,7 @@ rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.10.9" strum = "0.27.2" -strum_macros = "0.27.2" +strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 0e867f2..9621999 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -48,7 +48,7 @@ rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.10.9" strum = "0.27.2" -strum_macros = "0.27.2" +strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index dbc740c..22ae173 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -45,7 +45,7 @@ rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.10.9" strum = "0.27.2" -strum_macros = "0.27.2" +strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index f7fe9a4..83f0328 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -65,7 +65,7 @@ serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" sha2 = "0.10.9" strum = "0.27.2" -strum_macros = "0.27.2" +strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } tokio-util = { version = "0.7", features = ["rt"] } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index b4fd14e..66cf720 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -48,7 +48,7 @@ rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.10.9" strum = "0.27.2" -strum_macros = "0.27.2" +strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index 5034f88..378c947 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -48,7 +48,7 @@ rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.10.9" strum = "0.27.2" -strum_macros = "0.27.2" +strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } From 5f77efa10f55820793bb0c04b225d0b16074c80a Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 21:02:38 +0200 Subject: [PATCH 3/3] Update Rust crate rand_core to 0.10 --- client/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- iota-auth/Cargo.toml | 2 +- iota-cli/Cargo.toml | 2 +- iota-storage/Cargo.toml | 2 +- iota-updater/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 8e665f2..b810b65 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -40,7 +40,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 6ad8198..0276496 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -39,7 +39,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index cababc4..4d55bac 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -36,7 +36,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index c5199fa..9b0cd33 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -54,7 +54,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0" diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index fd87d9c..b4b81fb 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1" serde_yaml = "0.9" thiserror = "2" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0" diff --git a/iota-updater/Cargo.toml b/iota-updater/Cargo.toml index 742b2a6..ac02b50 100644 --- a/iota-updater/Cargo.toml +++ b/iota-updater/Cargo.toml @@ -20,7 +20,7 @@ walkdir = "2.5.0" zip = "6.0.0" aes-gcm = "0.10.3" base64 = "0.22.1" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } sha2 = "0.11.0" x448 = { version = "*" } hkdf = "0.12.4" diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index 1e3e21d..68a333a 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -25,6 +25,6 @@ uuid = { version = "*", features = ["v4"] } base64 = "0.22.1" hex = "*" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } sha2 = "0.11.0" x448 = { version = "*" } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index a128cbe..2d38403 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -39,7 +39,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index 2a2e01a..8c3c2c7 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -39,7 +39,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0"