From 0949bcc0b8f5a6affcd7f7ab4a5f33518c387753 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 5 Aug 2026 22:01:43 +0200 Subject: [PATCH 1/5] 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/5] 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/5] 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/5] 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 4b3a9d3b55b66cf92ea605621c8216a4b3be8db6 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 18:02:26 +0200 Subject: [PATCH 5/5] Update Rust crate base64 to 0.23.0 --- Cargo.lock | 52 ++++++++++++++++++++---------------- 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 +- iota-util/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 11 files changed, 39 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58189ec..808c823 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ "actix-service", "actix-tls", "actix-utils", - "base64", + "base64 0.22.1", "bitflags 2.13.1", "brotli", "bytes", @@ -511,6 +511,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" + [[package]] name = "base64ct" version = "1.8.3" @@ -780,7 +786,7 @@ dependencies = [ "actix-web-actors", "aes-gcm", "async-trait", - "base64", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -1353,7 +1359,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]] @@ -1795,7 +1801,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "headers-core", "http 1.4.2", @@ -1976,7 +1982,7 @@ version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-channel", "futures-util", @@ -2205,7 +2211,7 @@ version = "0.1.0" dependencies = [ "aes-gcm", "async-trait", - "base64", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -2255,7 +2261,7 @@ dependencies = [ "actix-web-actors", "aes-gcm", "async-trait", - "base64", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -2447,7 +2453,7 @@ version = "0.1.0" dependencies = [ "aes-gcm", "arc-swap", - "base64", + "base64 0.23.1", "hex", "hkdf 0.12.4", "iota-logger", @@ -2492,7 +2498,7 @@ version = "0.1.0" dependencies = [ "aes-gcm", "anyhow", - "base64", + "base64 0.23.1", "ed25519-dalek", "hex", "hkdf 0.12.4", @@ -2522,7 +2528,7 @@ dependencies = [ name = "iota-util" version = "0.1.0" dependencies = [ - "base64", + "base64 0.23.1", "hex", "iota-paths", "mtp", @@ -2987,7 +2993,7 @@ name = "mtp-codec" version = "0.2.0" source = "git+https://git.methanium.net/Methanium/mtp.git#a692bed326dbfc8eac1a05825f4a287cbab6fd3e" dependencies = [ - "base64", + "base64 0.22.1", "byteorder", "mtp-common", "mtp-crypto", @@ -3011,7 +3017,7 @@ name = "mtp-crypto" version = "0.2.0" source = "git+https://git.methanium.net/Methanium/mtp.git#a692bed326dbfc8eac1a05825f4a287cbab6fd3e" dependencies = [ - "base64", + "base64 0.22.1", "chacha20poly1305", "ed25519-dalek", "getrandom 0.4.3", @@ -3258,7 +3264,7 @@ name = "omikron-connector" version = "0.1.0" dependencies = [ "async-trait", - "base64", + "base64 0.23.1", "dashmap", "hex", "iota-connection", @@ -3366,7 +3372,7 @@ dependencies = [ "actix-web-actors", "aes-gcm", "async-trait", - "base64", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -3472,7 +3478,7 @@ version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" dependencies = [ - "base64", + "base64 0.22.1", "serde_core", ] @@ -3853,7 +3859,7 @@ dependencies = [ "once_cell", "socket2 0.6.5", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4116,7 +4122,7 @@ version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "encoding_rs", "futures-core", @@ -4221,7 +4227,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4289,7 +4295,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4838,7 +4844,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4882,7 +4888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" dependencies = [ "anyhow", - "base64", + "base64 0.22.1", "bitflags 2.13.1", "fancy-regex", "filedescriptor", @@ -5497,7 +5503,7 @@ dependencies = [ "actix-web-actors", "aes-gcm", "async-trait", - "base64", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -5643,7 +5649,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 43e27d3..55b2c2f 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,7 +16,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 0e867f2..7cdf0c9 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -15,7 +15,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index dbc740c..acfcfa4 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -12,7 +12,7 @@ iota-state = { path = "../iota-state" } aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index f7fe9a4..b94ed1f 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -30,7 +30,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index 0080576..29e90da 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -12,7 +12,7 @@ iota-paths = { path = "../iota-paths" } mtp = { git = "https://git.methanium.net/Methanium/mtp.git" } aes-gcm = "0.10.3" -base64 = "0.22.1" +base64 = "0.23.0" hex = "*" hkdf = "0.12.4" json = "*" diff --git a/iota-updater/Cargo.toml b/iota-updater/Cargo.toml index d089180..a580d01 100644 --- a/iota-updater/Cargo.toml +++ b/iota-updater/Cargo.toml @@ -19,7 +19,7 @@ uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" zip = "6.0.0" aes-gcm = "0.10.3" -base64 = "0.22.1" +base64 = "0.23.0" rand_core = { version = "0.6", features = ["getrandom", "std"] } sha2 = "0.10.9" x448 = { version = "*" } diff --git a/iota-util/Cargo.toml b/iota-util/Cargo.toml index d61786e..993681d 100644 --- a/iota-util/Cargo.toml +++ b/iota-util/Cargo.toml @@ -15,5 +15,5 @@ sysinfo = "0.38.3" uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" zip = "6.0.0" -base64 = "0.22.1" +base64 = "0.23.0" hex = "*" diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index c869941..1d73c42 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -22,7 +22,7 @@ reqwest = "0.13.2" tokio = { version = "1.50.0", features = ["full"] } tokio-util = { version = "0.7", features = ["rt"] } uuid = { version = "*", features = ["v4"] } -base64 = "0.22.1" +base64 = "0.23.0" hex = "*" rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index b4fd14e..715ef5a 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -15,7 +15,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index 5034f88..a7c8f49 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -15,7 +15,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0"