From 74ba86f07b50f380e5d91edfc53eeef4a615874e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:13:06 +0000 Subject: [PATCH] chore(deps): Bump speedate from 0.13.0 to 0.14.0 Bumps [speedate](https://github.com/pydantic/speedate) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/pydantic/speedate/releases) - [Commits](https://github.com/pydantic/speedate/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: speedate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/common/Cargo.toml | 2 +- src/frontend/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 278a56cd3f9c5..3c54af98a9ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8204,7 +8204,7 @@ dependencies = [ "indoc", "libc", "memoffset", - "parking_lot 0.11.2", + "parking_lot 0.12.1", "portable-atomic", "pyo3-build-config", "pyo3-ffi", @@ -11648,9 +11648,9 @@ dependencies = [ [[package]] name = "speedate" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "242f76c50fd18cbf098607090ade73a08d39cfd84ea835f3796a2c855223b19b" +checksum = "c323c4e6fece5a5a1a2a7f726d243144cce9fbcfe3ce4d9f3c6ede726a2bc780" dependencies = [ "strum 0.25.0", "strum_macros 0.25.3", diff --git a/src/common/Cargo.toml b/src/common/Cargo.toml index e6769ac8dd513..31ebcc59e93df 100644 --- a/src/common/Cargo.toml +++ b/src/common/Cargo.toml @@ -93,7 +93,7 @@ serde_default = "0.1" serde_json = "1" serde_with = "3" smallbitset = "0.7.1" -speedate = "0.13.0" +speedate = "0.14.0" static_assertions = "1" strum = "0.26" strum_macros = "0.26" diff --git a/src/frontend/Cargo.toml b/src/frontend/Cargo.toml index 387b370a6401a..d47c72128adca 100644 --- a/src/frontend/Cargo.toml +++ b/src/frontend/Cargo.toml @@ -78,7 +78,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10.7" smallvec = { version = "1.13.1", features = ["serde"] } -speedate = "0.13.0" +speedate = "0.14.0" tempfile = "3" thiserror = "1" thiserror-ext = { workspace = true }