From 158af33903502962b37f13d3fcfd64e78ebdeedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:31:20 +0000 Subject: [PATCH] chore(deps): Bump speedate from 0.14.0 to 0.15.0 Bumps [speedate](https://github.com/pydantic/speedate) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/pydantic/speedate/releases) - [Commits](https://github.com/pydantic/speedate/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: speedate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++------- src/common/Cargo.toml | 2 +- src/frontend/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb9830efdcc4..2e84e822497b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13599,12 +13599,12 @@ dependencies = [ [[package]] name = "speedate" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c323c4e6fece5a5a1a2a7f726d243144cce9fbcfe3ce4d9f3c6ede726a2bc780" +checksum = "9a5e7adf4e07e7de39a64d77962ca14a09165e592d42d0c9f9acadb679f4f937" dependencies = [ - "strum 0.25.0", - "strum_macros 0.25.3", + "strum 0.26.3", + "strum_macros 0.26.4", ] [[package]] @@ -14015,9 +14015,6 @@ name = "strum" version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" -dependencies = [ - "strum_macros 0.25.3", -] [[package]] name = "strum" diff --git a/src/common/Cargo.toml b/src/common/Cargo.toml index 8b341fb621fe..4b002bd8084c 100644 --- a/src/common/Cargo.toml +++ b/src/common/Cargo.toml @@ -97,7 +97,7 @@ serde_default = "0.2" serde_json = "1" serde_with = "3" smallbitset = "0.7.1" -speedate = "0.14.0" +speedate = "0.15.0" stacker = "0.1" static_assertions = "1" strum = "0.26" diff --git a/src/frontend/Cargo.toml b/src/frontend/Cargo.toml index 76ee2aa076e8..502eaeba2f68 100644 --- a/src/frontend/Cargo.toml +++ b/src/frontend/Cargo.toml @@ -81,7 +81,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10.7" smallvec = { version = "1.13.1", features = ["serde"] } -speedate = "0.14.0" +speedate = "0.15.0" tempfile = "3" thiserror = "1" thiserror-ext = { workspace = true }