Skip to content

Commit 40a92f4

Browse files
Bump strum_macros from 0.26.4 to 0.27.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.4 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/commits/v0.27.1) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9975030 commit 40a92f4

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

Cargo.lock

+16-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rust-version = "1.75"
3232
pyo3 = { version = "0.23.5", features = ["generate-import-lib", "num-bigint", "py-clone"] }
3333
regex = "1.11.1"
3434
strum = { version = "0.26.3", features = ["derive"] }
35-
strum_macros = "0.26.4"
35+
strum_macros = "0.27.1"
3636
serde_json = {version = "1.0.138", features = ["arbitrary_precision", "preserve_order"]}
3737
enum_dispatch = "0.3.13"
3838
serde = { version = "1.0.217", features = ["derive"] }

0 commit comments

Comments
 (0)