From bdce2210eaa9f285bd2963588dfce0c33aac15a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:15:09 +0000 Subject: [PATCH] build(deps): bump crc from 3.0.0 to 3.0.1 Bumps [crc](https://github.com/mrhooray/crc-rs) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/mrhooray/crc-rs/releases) - [Commits](https://github.com/mrhooray/crc-rs/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: crc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/data-model/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77293fd8..dbd2b0b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,9 +1272,9 @@ dependencies = [ [[package]] name = "crc" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3" +checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" dependencies = [ "crc-catalog", ] diff --git a/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index b96d7b83..98d6f4f0 100644 --- a/crates/data-model/Cargo.toml +++ b/crates/data-model/Cargo.toml @@ -10,7 +10,7 @@ chrono = "0.4.23" thiserror = "1.0.38" serde = "1.0.152" url = { version = "2.3.1", features = ["serde"] } -crc = "3.0.0" +crc = "3.0.1" ulid = { version = "1.0.0", features = ["serde"] } rand = "0.8.5" rand_chacha = "0.3.1"