diff options
author | dependabot[bot] | 2023-05-30 00:52:18 +0000 |
---|---|---|
committer | GitHub | 2023-05-30 00:52:18 +0000 |
commit | 8bd841136a198db2d6ec490b544bf75a80fd7669 (patch) | |
tree | 95611aa9517d886183991254fcac433067b0990b | |
parent | 825e7c4976e3c228428f2b2f5e7850960e4a6099 (diff) |
build(deps): bump once_cell from 1.17.1 to 1.17.2 (#7174)
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
@@ -1594,9 +1594,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "parking_lot" |