Update strum_macros requirement from 0.26.4 to 0.27.0 (#2961)

---
updated-dependencies:
- dependency-name: strum_macros
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
This commit is contained in:
dependabot[bot] 2025-02-10 18:24:42 +01:00 committed by GitHub
parent 800b8b417d
commit 5ebb3913d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ serde_json = { version = "1.0.128", default-features = false }
serde_yaml = { version = "0.9.34" } # For parsing the injections yaml file serde_yaml = { version = "0.9.34" } # For parsing the injections yaml file
static_assertions = "1.1.0" static_assertions = "1.1.0"
strum = "0.26.3" strum = "0.26.3"
strum_macros = "0.26.4" strum_macros = "0.27.0"
toml = "0.8.19" # For parsing the injections toml file toml = "0.8.19" # For parsing the injections toml file
typed-builder = "0.20.0" # Implement the builder pattern at compiletime typed-builder = "0.20.0" # Implement the builder pattern at compiletime
typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization

View File

@ -112,7 +112,7 @@ num_enum = { workspace = true, default-features = true }
goblin = "0.9.2" goblin = "0.9.2"
libc = { workspace = true } libc = { workspace = true }
strum = "0.26.3" strum = "0.26.3"
strum_macros = "0.26.4" strum_macros = "0.27.0"
syscall-numbers = "4.0.0" syscall-numbers = "4.0.0"
meminterval = { workspace = true } meminterval = { workspace = true }
thread_local = "1.1.8" thread_local = "1.1.8"