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"