diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index 61d8fd688..74bb3aee3 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -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"] } diff --git a/signer/Cargo.toml b/signer/Cargo.toml index 334b1093f..bb2fd3235 100644 --- a/signer/Cargo.toml +++ b/signer/Cargo.toml @@ -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 }