Merge pull request #209 from pastebinrun/fcaedependabot/cargo/once_cell-1.16.0

Bump once_cell from 1.15.0 to 1.16.0
This commit is contained in:
Konrad Borowski 2022-11-01 08:21:20 +01:00 committed by GitHub
commit ded1338d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1426,9 +1426,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.15.0"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "opaque-debug"

View File

@ -13,7 +13,7 @@ diesel = { version = "1.4.6", features = ["chrono"] }
diesel_migrations = "1.4.0"
itertools = "0.10.5"
log = "0.4.14"
once_cell = "1.15.0"
once_cell = "1.16.0"
prometheus = { version = "0.13.3", features = ["process"], default-features = false }
pulldown-cmark = { version = "0.9.2", default-features = false }
rand = "0.8.3"