From 462c84cb2fce9b7a093e5467ab12ea813f22570a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:24:51 +0000 Subject: [PATCH] build(deps): bump strum from 0.26.2 to 0.26.3 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.2 to 0.26.3. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.2...v0.26.3) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/trippy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7eb6a779..1541791a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1814,9 +1814,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ "strum_macros", ] diff --git a/crates/trippy/Cargo.toml b/crates/trippy/Cargo.toml index ee5f2df1..5a978275 100644 --- a/crates/trippy/Cargo.toml +++ b/crates/trippy/Cargo.toml @@ -36,7 +36,7 @@ crossterm = { version = "0.27.0", default-features = false, features = [ "event chrono = { version = "0.4.38", default-features = false, features = [ "clock" ] } serde_json = { version = "1.0.117", default-features = false } comfy-table = { version = "7.1.0", default-features = false } -strum = { version = "0.26.2", default-features = false, features = [ "std", "derive" ] } +strum = { version = "0.26.3", default-features = false, features = [ "std", "derive" ] } etcetera = "0.8.0" toml = { version = "0.8.14", default-features = false, features = [ "parse" ] } maxminddb = "0.24.0"