diff --git a/Cargo.lock b/Cargo.lock index 0819aae81..23df2f321 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1907,9 +1907,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "once_cell_polyfill" @@ -2801,7 +2801,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand 2.3.0", - "getrandom 0.3.4", + "getrandom 0.4.2", "once_cell", "rustix 1.1.4", "windows-sys 0.61.2", diff --git a/Cargo.toml b/Cargo.toml index 8b1cb547b..e7bdd0f05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ratatui = "0.28" zip = { version = "2.1", default-features = false, features = ["deflate"] } crossterm = "0.28" keyring = { version = "3", features = ["sync-secret-service", "apple-native", "windows-native"], optional = true } -once_cell = "1.19" +once_cell = "1.21" gix-config = "0.51.0" regex = "1.10" toml = "0.9"