Skip to content

Commit

Permalink
Update strum monorepo to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent de2a0a7 commit 96ce567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ serde = { version = "1.0", default-features = false, features = [
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 = { version = "0.26.0", features = ["derive"] }
strum_macros = "0.26.0"
tiny-bip39 = "1.0"
uuid = { version = "1.4.1", features = ["serde", "v4"] }

Expand Down
4 changes: 2 additions & 2 deletions signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ rocket = { version = "0.5.0-rc.2", features = ["json"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
structopt = "0.3"
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.1"
strum = { version = "0.26.0", features = ["derive"] }
strum_macros = "0.26.0"
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 96ce567

Please sign in to comment.