Skip to content

Commit

Permalink
Update Rust crate strum_macros to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent cdab8bf commit 61673bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ serde-big-array = "0.5.1"
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.1"
strum_macros = "0.26.1"
tiny-bip39 = "1.0"
uuid = { version = "1.4.1", features = ["serde", "v4"] }

Expand Down
2 changes: 1 addition & 1 deletion signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde = { version = "1.0", default-features = false, features = ["alloc", "deriv
serde_json = { version = "1.0", features = ["preserve_order"] }
structopt = "0.3"
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.1"
strum_macros = "0.26.1"
subtle = { version = "2.5.0", default-features = false, features = ["i128"] }
tiny-bip39 = "1.0"
zeroize = { version = "1", default-features = false }
Expand Down

0 comments on commit 61673bc

Please sign in to comment.