From 94b6304aa798d2e2718dbac7d986a3ee005ed8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:29:25 +0000 Subject: [PATCH] Bump once_cell from 1.17.0 to 1.17.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef29607cea..4c7ba631b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1062,9 +1062,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index 68f7984515..30318faf74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ rust_hawktracer = "0.7.0" const_fn_assert = "0.1.2" nom = { version = "7.1.3", optional = true } new_debug_unreachable = "1.0.4" -once_cell = "1.13.0" +once_cell = "1.17.1" av1-grain = { version = "0.2.0", features = ["serialize"] } serde-big-array = { version = "0.5.0", optional = true }