diff options
author | dependabot[bot] | 2022-08-23 00:17:31 +0000 |
---|---|---|
committer | GitHub | 2022-08-23 00:17:31 +0000 |
commit | f32f451b98daa0af997fa1ebd3926403cd59870d (patch) | |
tree | 05d14d151ca134bec14158cc1cf0da5173da9e00 | |
parent | 25f5e8c5d1c79e63fa98c894c06f6ed968a0438e (diff) |
build(deps): bump once_cell from 1.13.0 to 1.13.1 (#3511)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -738,9 +738,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" +checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" [[package]] name = "parking_lot" |