fix(deps): update rust crate once_cell to 1.15

This commit is contained in:
renovate[bot] 2022-10-03 02:57:27 +00:00
parent ff02a1e180
commit 9c552086ac
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1145,9 +1145,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.14.0"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
[[package]]
name = "os_str_bytes"

View File

@ -44,7 +44,7 @@ hyper = { version = "0.14", features = ["full"] }
byte-unit = "4.0"
# HTTP rate limiting
once_cell = "1.14"
once_cell = "1.15"
governor = "0.5"
# CLI