Skip to content

Commit

Permalink
build(deps): Update strum requirement from 0.25.0 to 0.26.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent f0ab919 commit 2d62f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde_yaml = "0.9.25" # https://github.com/dtolnay/serde-yaml/releases
sha2 = "0.10.6"
sha3 = "0.10.8" # https://github.com/RustCrypto/hashes
spki = "0.7.2" # https://github.com/RustCrypto/formats/tree/master/spki
strum = "0.25.0"
strum = "0.26.1"
thiserror = "1.0.47"
url = "2.4.0" # for "codec::serde::ip_port", "utils"
zerocopy = { version = "0.7.32", features = ["derive"] }
Expand Down

0 comments on commit 2d62f0f

Please sign in to comment.