diff --git a/Cargo.lock b/Cargo.lock index 23c6be0fe6..84f3d8d35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1969,9 +1969,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ "either", "rayon-core", diff --git a/Cargo.toml b/Cargo.toml index fc40c0502b..686f31eacf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ ostree-ext = "0.13" paste = "1.0" phf = { version = "0.11", features = ["macros"] } rand = "0.8.5" -rayon = "1.9.0" +rayon = "1.10.0" regex = "1.10" reqwest = { version = "0.11", features = ["native-tls", "blocking", "gzip"] } rpmostree-client = { path = "rust/rpmostree-client", version = "0.1.0" }