Update strum requirement from 0.26.3 to 0.27.0 (#2959)
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: strum 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:
parent
a682deb31a
commit
e5ae6c361f
@ -116,7 +116,7 @@ serial_test = { version = "3.1.1", default-features = false }
|
|||||||
serde_json = { version = "1.0.128", default-features = false }
|
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.27.0"
|
||||||
strum_macros = "0.27.0"
|
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
|
||||||
|
@ -111,7 +111,7 @@ num-derive = "0.4.2"
|
|||||||
num_enum = { workspace = true, default-features = true }
|
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.27.0"
|
||||||
strum_macros = "0.27.0"
|
strum_macros = "0.27.0"
|
||||||
syscall-numbers = "4.0.0"
|
syscall-numbers = "4.0.0"
|
||||||
meminterval = { workspace = true }
|
meminterval = { workspace = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user