Skip to content

Commit 4fe23ee

Browse files
Bump strum_macros from 0.25.3 to 0.26.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.3 to 0.26.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.26.1) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fe78ed commit 4fe23ee

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rust-version = "1.70"
3030
pyo3 = { version = "0.20.2", features = ["generate-import-lib", "num-bigint"] }
3131
regex = "1.10.3"
3232
strum = { version = "0.25.0", features = ["derive"] }
33-
strum_macros = "0.25.3"
33+
strum_macros = "0.26.1"
3434
serde_json = {version = "1.0.113", features = ["arbitrary_precision", "preserve_order"]}
3535
enum_dispatch = "0.3.8"
3636
serde = { version = "1.0.196", features = ["derive"] }

0 commit comments

Comments
 (0)