Merge pull request #156 from mxve/dependabot/cargo/once_cell-1.20.2

Bump once_cell from 1.20.0 to 1.20.2
This commit is contained in:
2024-12-13 11:45:27 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -949,9 +949,9 @@ dependencies = [
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.20.0" version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]] [[package]]
name = "openssl" name = "openssl"

View File

@@ -17,7 +17,7 @@ serde_json = "1.0.128"
rand = "0.8.5" rand = "0.8.5"
semver = "1.0.23" semver = "1.0.23"
colored = "2.1.0" colored = "2.1.0"
once_cell = "1.20.0" once_cell = "1.20.2"
reqwest = { version = "0.12.7", features = ["stream"] } reqwest = { version = "0.12.7", features = ["stream"] }
futures-util = "0.3.30" futures-util = "0.3.30"
indicatif = "0.17.8" indicatif = "0.17.8"