Skip to content

Commit a4dcd3d

Browse files
chore(deps): bump strum from 0.25.0 to 0.27.2
Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.27.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.27.2) --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63bc3f1 commit a4dcd3d

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

Cargo.lock

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "main.rs"
1919
[dependencies]
2020
lazy_static = "1.5.0"
2121
byteorder = "1.5.0"
22-
strum = { version = "0.25.0", features = ["derive"]}
22+
strum = { version = "0.27.2", features = ["derive"]}
2323
strum_macros = "0.26"
2424
monkey-parser = { path = "../parser", version = "0.9.1" }
2525
monkey-object = { path = "../object", version = "0.9.1" }

0 commit comments

Comments
 (0)