From f3d360f0ab8ca30cf637daa3e945f702188d8935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:32:50 +0000 Subject: [PATCH] Bump self_cell from 0.10.2 to 0.10.3 in /deduplicator Bumps [self_cell](https://github.com/Voultapher/self_cell) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/Voultapher/self_cell/releases) - [Commits](https://github.com/Voultapher/self_cell/compare/v0.10.2...v0.10.3) --- updated-dependencies: - dependency-name: self_cell dependency-type: indirect ... Signed-off-by: dependabot[bot] --- deduplicator/Cargo.lock | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/deduplicator/Cargo.lock b/deduplicator/Cargo.lock index 5c98ac2..88980d9 100644 --- a/deduplicator/Cargo.lock +++ b/deduplicator/Cargo.lock @@ -722,7 +722,7 @@ dependencies = [ "protobuf", "protobuf-codegen-pure", "pub-iterator-type", - "self_cell", + "self_cell 0.10.3", "serde", "smartstring", ] @@ -964,9 +964,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "self_cell" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" +checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" +dependencies = [ + "self_cell 1.0.2", +] + +[[package]] +name = "self_cell" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e388332cd64eb80cd595a00941baf513caffae8dce9cfd0467fc9c66397dade6" [[package]] name = "semver"