Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
45d3ac7448 build(deps): bump strum from 0.26.3 to 0.27.1 in /src/agent
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.1.
- [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.3...v0.27.1)

---
updated-dependencies:
- dependency-name: strum
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-11 16:04:09 +00:00
2 changed files with 3 additions and 9 deletions

10
src/agent/Cargo.lock generated
View File

@@ -2077,7 +2077,7 @@ dependencies = [
"slog-scope",
"slog-stdlog",
"slog-term",
"strum 0.26.3",
"strum",
"strum_macros 0.26.4",
"tempfile",
"test-utils",
@@ -2739,7 +2739,7 @@ dependencies = [
"regex",
"serde",
"serde_json",
"strum 0.27.1",
"strum",
"strum_macros 0.27.1",
"thiserror 2.0.12",
]
@@ -4127,12 +4127,6 @@ version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
[[package]]
name = "strum"
version = "0.27.1"

View File

@@ -72,7 +72,7 @@ serde = { version = "1.0.129", features = ["derive"] }
serde_json = "1.0.39"
toml = "0.5.8"
clap = { version = "4.5.40", features = ["derive"] }
strum = "0.26.2"
strum = "0.27.1"
strum_macros = "0.26.2"
tempfile = "3.19.1"