From 2d9317df2a0990b2ff92d833132b5eb61c6b5afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:55:49 +0000 Subject: [PATCH] Bump strum from 0.25.0 to 0.26.2 (#424) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.2.
Release notes

Sourced from strum's releases.

v0.26.2

What's Changed

New Contributors

Full Changelog: https://github.com/Peternator7/strum/compare/v0.26.1...v0.26.2

v0.26.1

0.26.1

0.26.0

Breaking Changes

New features

... (truncated)

Changelog

Sourced from strum's changelog.

0.26.2

0.26.1

0.26.0

Breaking Changes

New features

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=strum&package-manager=cargo&previous-version=0.25.0&new-version=0.26.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> V3_GIT_ORIGIN_REV_ID: e3add1ec70f4a1ba2d8a25ef953dde94f5c8ea66 --- v3/Cargo.lock | 4 ++-- v3/crates/engine/Cargo.toml | 2 +- v3/crates/open-dds/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v3/Cargo.lock b/v3/Cargo.lock index 70fb9f4791e..627b0c71aa6 100644 --- a/v3/Cargo.lock +++ b/v3/Cargo.lock @@ -3028,9 +3028,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "strum" -version = "0.25.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" [[package]] name = "strum_macros" diff --git a/v3/crates/engine/Cargo.toml b/v3/crates/engine/Cargo.toml index f973678ac95..9723c466b42 100644 --- a/v3/crates/engine/Cargo.toml +++ b/v3/crates/engine/Cargo.toml @@ -47,7 +47,7 @@ schemars = { version = "0.8.12", features = ["smol_str"] } serde = "1.0.152" serde_json = "1.0.92" serde_path_to_error = "0.1.14" -strum = "0.25.0" +strum = "0.26.2" strum_macros = "0.25.2" thiserror = "1.0" tokio = { version = "1.26.0", features = [ diff --git a/v3/crates/open-dds/Cargo.toml b/v3/crates/open-dds/Cargo.toml index 497b0fed1c6..185b6cc4bf2 100644 --- a/v3/crates/open-dds/Cargo.toml +++ b/v3/crates/open-dds/Cargo.toml @@ -18,7 +18,7 @@ schemars = { version = "0.8.12", features = ["smol_str", "preserve_order"] } serde = "1.0.152" serde_json = { version = "1.0.92", features = ["preserve_order"] } serde_path_to_error = "0.1.14" -strum = "0.25.0" +strum = "0.26.2" strum_macros = "0.25.2" thiserror = "1.0"