From 0949bcc0b8f5a6affcd7f7ab4a5f33518c387753 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 5 Aug 2026 22:01:43 +0200 Subject: [PATCH 1/8] Update Rust crate open to v5.4.1 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61cce6d..c28e23b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3298,9 +3298,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "open" -version = "5.4.0" +version = "5.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0b3d059e795d52b8a72fef45658620edd4d9c359b338564aa14391ffa511ed5" +checksum = "f9cfef937e9c486488c7e3d949ae31c0f1d06bdacd75b99c086cb35356e30408" dependencies = [ "is-wsl", "libc", From 2a6aa647955f4f36e2d3ec953fbf25906f5b9376 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 5 Aug 2026 23:01:48 +0200 Subject: [PATCH 2/8] Update Rust crate rustls to v0.23.43 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61cce6d..0163171 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4226,9 +4226,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.42" +version = "0.23.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" +checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" dependencies = [ "aws-lc-rs", "log", From 5d1bc35659c345c04e93ecaa16a189f7467c352c Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 01:03:38 +0200 Subject: [PATCH 3/8] Update Rust crate rusqlite to 0.40.0 --- Cargo.lock | 22 +++++++++++----------- client/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- iota-auth/Cargo.toml | 2 +- iota-cli/Cargo.toml | 2 +- iota-storage/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61cce6d..a24bcbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,11 +1782,11 @@ dependencies = [ [[package]] name = "hashlink" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" +checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248" dependencies = [ - "hashbrown 0.16.1", + "hashbrown 0.17.1", ] [[package]] @@ -1987,7 +1987,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.6.5", "system-configuration", "tokio", "tower-service", @@ -2733,9 +2733,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libsqlite3-sys" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1" +checksum = "f6c19a05435c21ac299d71b6a9c13db3e3f47c520517d58990a462a1397a61db" dependencies = [ "pkg-config", "vcpkg", @@ -3810,7 +3810,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.5.10", + "socket2 0.6.5", "thiserror 2.0.19", "tokio", "tracing", @@ -3851,7 +3851,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.5", "tracing", "windows-sys 0.61.2", ] @@ -4174,9 +4174,9 @@ dependencies = [ [[package]] name = "rusqlite" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2b0146dd9661bf67bb107c0bb2a55064d556eeb3fc314151b957f313bcd4e" +checksum = "11438310b19e3109b6446c33d1ed5e889428cf2e278407bc7896bc4aaea43323" dependencies = [ "bitflags 2.13.1", "fallible-iterator", @@ -4835,7 +4835,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.61.2", diff --git a/client/Cargo.toml b/client/Cargo.toml index bdf08ad..43e27d3 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -43,7 +43,7 @@ rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" -rusqlite = "0.39.0" +rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 812ff55..0e867f2 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -42,7 +42,7 @@ rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" -rusqlite = "0.39.0" +rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index 5a9ad09..dbc740c 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -39,7 +39,7 @@ rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" -rusqlite = "0.39.0" +rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index 54666e1..f7fe9a4 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -57,7 +57,7 @@ rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" -rusqlite = "0.39.0" +rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index 50f7cc6..0080576 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -27,7 +27,7 @@ rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" -rusqlite = "0.39.0" +rusqlite = "0.40.0" sha2 = "0.10.9" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index 641de58..b4fd14e 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -42,7 +42,7 @@ rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" -rusqlite = "0.39.0" +rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index a6fbba1..5034f88 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -42,7 +42,7 @@ rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" -rusqlite = "0.39.0" +rusqlite = "0.40.0" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" From 50922fadfd6c04f61ea86e35a710e6919af8420c Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 17:01:51 +0200 Subject: [PATCH 4/8] Update Rust crate clap to v4.6.6 --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61cce6d..72382bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,9 +734,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.6.4" +version = "4.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7" +checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" dependencies = [ "clap_builder", "clap_derive", @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.6.2" +version = "4.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" +checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" dependencies = [ "anstream", "anstyle", @@ -1353,7 +1353,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3853,7 +3853,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -4221,7 +4221,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -4289,7 +4289,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -4838,7 +4838,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -5643,7 +5643,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] From e95974b082598d2c9fe92c1148a7461d5cd035e8 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 18:03:06 +0200 Subject: [PATCH 5/8] 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 6/8] 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 7a0746893c222ef5e99363814eb238654db081cc Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 21:02:54 +0200 Subject: [PATCH 7/8] Update Rust crate strum to 0.28.0 --- Cargo.lock | 20 +++++++------------- 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, 13 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77154c0..1621120 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -811,7 +811,7 @@ dependencies = [ "rustls-pemfile", "serde_json", "sha2 0.11.0", - "strum 0.27.2", + "strum", "strum_macros", "sysinfo", "tokio", @@ -2234,7 +2234,7 @@ dependencies = [ "rustls-pemfile", "serde_json", "sha2 0.11.0", - "strum 0.27.2", + "strum", "strum_macros", "sysinfo", "tokio", @@ -2291,7 +2291,7 @@ dependencies = [ "serde_json", "serde_yaml", "sha2 0.11.0", - "strum 0.27.2", + "strum", "strum_macros", "sysinfo", "tempfile", @@ -3396,7 +3396,7 @@ dependencies = [ "rustls-pemfile", "serde_json", "sha2 0.11.0", - "strum 0.27.2", + "strum", "strum_macros", "sysinfo", "tokio", @@ -3981,7 +3981,7 @@ dependencies = [ "lru", "palette", "serde", - "strum 0.28.0", + "strum", "thiserror 2.0.19", "unicode-segmentation", "unicode-truncate", @@ -4045,7 +4045,7 @@ dependencies = [ "line-clipping", "ratatui-core", "serde", - "strum 0.28.0", + "strum", "time", "unicode-segmentation", "unicode-width", @@ -4695,12 +4695,6 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" -[[package]] -name = "strum" -version = "0.27.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" - [[package]] name = "strum" version = "0.28.0" @@ -5515,7 +5509,7 @@ dependencies = [ "rustls-pemfile", "serde_json", "sha2 0.11.0", - "strum 0.27.2", + "strum", "strum_macros", "sysinfo", "tokio", diff --git a/client/Cargo.toml b/client/Cargo.toml index 8e665f2..ed48d6c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -48,7 +48,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.11.0" -strum = "0.27.2" +strum = "0.28.0" strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 6ad8198..d7ac493 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -47,7 +47,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.11.0" -strum = "0.27.2" +strum = "0.28.0" strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index cababc4..6e1a10c 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -44,7 +44,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.11.0" -strum = "0.27.2" +strum = "0.28.0" strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index c5199fa..31b0950 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -64,7 +64,7 @@ serde_json = "1.0.149" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" sha2 = "0.11.0" -strum = "0.27.2" +strum = "0.28.0" strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index a128cbe..14dd8fd 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -47,7 +47,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.11.0" -strum = "0.27.2" +strum = "0.28.0" strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index 2a2e01a..bd1bc40 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -47,7 +47,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] } rustls-pemfile = "2.2.0" serde_json = "1.0.149" sha2 = "0.11.0" -strum = "0.27.2" +strum = "0.28.0" strum_macros = "0.28.0" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } From e4a33578eb4849c12ec10ac13d6c30ceb2323b04 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 21:03:15 +0200 Subject: [PATCH 8/8] Update Rust crate sysinfo to 0.39.0 --- Cargo.lock | 65 +++++++++++++++++++++++++++++++++----- client/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- iota-auth/Cargo.toml | 2 +- iota-cli/Cargo.toml | 2 +- iota-daemon-lib/Cargo.toml | 2 +- iota-state/Cargo.toml | 2 +- iota-storage/Cargo.toml | 2 +- iota-updater/Cargo.toml | 2 +- iota-util/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 12 files changed, 68 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77154c0..2c3fe0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,6 +1264,16 @@ dependencies = [ "ctutils", ] +[[package]] +name = "dispatch2" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" +dependencies = [ + "bitflags 2.13.1", + "objc2", +] + [[package]] name = "displaydoc" version = "0.2.7" @@ -1353,7 +1363,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3219,6 +3229,15 @@ dependencies = [ "libc", ] +[[package]] +name = "objc2" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" +dependencies = [ + "objc2-encode", +] + [[package]] name = "objc2-core-foundation" version = "0.3.2" @@ -3226,6 +3245,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" dependencies = [ "bitflags 2.13.1", + "dispatch2", + "objc2", +] + +[[package]] +name = "objc2-encode" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" + +[[package]] +name = "objc2-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" +dependencies = [ + "bitflags 2.13.1", + "objc2", ] [[package]] @@ -3238,6 +3275,17 @@ dependencies = [ "objc2-core-foundation", ] +[[package]] +name = "objc2-open-directory" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb82bed227edf5201dfedf072bba4015a33d3d4a98519837295a90f0a23f676d" +dependencies = [ + "objc2", + "objc2-core-foundation", + "objc2-foundation", +] + [[package]] name = "octets" version = "0.3.6" @@ -3853,7 +3901,7 @@ dependencies = [ "once_cell", "socket2 0.6.5", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4221,7 +4269,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4289,7 +4337,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4783,15 +4831,16 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.4" +version = "0.39.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" +checksum = "d2071df9448915b71c4fe6d25deaf1c22f12bd234f01540b77312bb8e41361e6" dependencies = [ "libc", "memchr", "ntapi", "objc2-core-foundation", "objc2-io-kit", + "objc2-open-directory", "windows", ] @@ -4826,7 +4875,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -5631,7 +5680,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/client/Cargo.toml b/client/Cargo.toml index 8e665f2..7da750e 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -50,7 +50,7 @@ serde_json = "1.0.149" sha2 = "0.11.0" strum = "0.27.2" strum_macros = "0.28.0" -sysinfo = "0.38.3" +sysinfo = "0.39.0" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } tungstenite = "*" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 6ad8198..22cb443 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -49,7 +49,7 @@ serde_json = "1.0.149" sha2 = "0.11.0" strum = "0.27.2" strum_macros = "0.28.0" -sysinfo = "0.38.3" +sysinfo = "0.39.0" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } tungstenite = "*" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index cababc4..c922377 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -46,7 +46,7 @@ serde_json = "1.0.149" sha2 = "0.11.0" strum = "0.27.2" strum_macros = "0.28.0" -sysinfo = "0.38.3" +sysinfo = "0.39.0" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } tungstenite = "*" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index c5199fa..0c8ee3b 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -66,7 +66,7 @@ serde_yaml = "0.9" sha2 = "0.11.0" strum = "0.27.2" strum_macros = "0.28.0" -sysinfo = "0.38.3" +sysinfo = "0.39.0" tokio = { version = "1.50.0", features = ["full"] } tokio-util = { version = "0.7", features = ["rt"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } diff --git a/iota-daemon-lib/Cargo.toml b/iota-daemon-lib/Cargo.toml index 5e0c67c..4eb0b7c 100644 --- a/iota-daemon-lib/Cargo.toml +++ b/iota-daemon-lib/Cargo.toml @@ -15,7 +15,7 @@ omikron-connector = { path = "../omikron-connector" } mtp = { git = "https://git.methanium.net/Methanium/mtp.git" } dashmap = "6.1.0" libc = "0.2" -sysinfo = "0.38.3" +sysinfo = "0.39.0" serde_yaml = "0.9" tokio = { version = "1.50.0", features = ["full"] } tokio-util = { version = "0.7", features = ["rt"] } diff --git a/iota-state/Cargo.toml b/iota-state/Cargo.toml index 4275556..8c9ab8a 100644 --- a/iota-state/Cargo.toml +++ b/iota-state/Cargo.toml @@ -12,6 +12,6 @@ dashmap = "6.1.0" once_cell = "1.21.3" tokio = { version = "1.50.0", features = ["full"] } json = "*" -sysinfo = "0.38.3" +sysinfo = "0.39.0" mtp = { git = "https://git.methanium.net/Methanium/mtp.git" } serde = { version = "1", features = ["derive"] } diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index fd87d9c..caf6417 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -29,7 +29,7 @@ ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.40.0" sha2 = "0.11.0" -sysinfo = "0.38.3" +sysinfo = "0.39.0" tokio = { version = "1.50.0", features = ["full"] } uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" diff --git a/iota-updater/Cargo.toml b/iota-updater/Cargo.toml index 742b2a6..2f6bf04 100644 --- a/iota-updater/Cargo.toml +++ b/iota-updater/Cargo.toml @@ -14,7 +14,7 @@ pnet = "0.35.0" ratatui = "0.30.0" reqwest = "0.13.2" tokio = { version = "1.50.0", features = ["full"] } -sysinfo = "0.38.3" +sysinfo = "0.39.0" uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" zip = "6.0.0" diff --git a/iota-util/Cargo.toml b/iota-util/Cargo.toml index d61786e..e9907eb 100644 --- a/iota-util/Cargo.toml +++ b/iota-util/Cargo.toml @@ -11,7 +11,7 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [ reqwest = "0.13.2" tokio = { version = "1.50.0", features = ["full"] } -sysinfo = "0.38.3" +sysinfo = "0.39.0" uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" zip = "6.0.0" diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index a128cbe..1a1dd45 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -49,7 +49,7 @@ serde_json = "1.0.149" sha2 = "0.11.0" strum = "0.27.2" strum_macros = "0.28.0" -sysinfo = "0.38.3" +sysinfo = "0.39.0" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } tungstenite = "*" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index 2a2e01a..453cffc 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -49,7 +49,7 @@ serde_json = "1.0.149" sha2 = "0.11.0" strum = "0.27.2" strum_macros = "0.28.0" -sysinfo = "0.38.3" +sysinfo = "0.39.0" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } tungstenite = "*"