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"