Skip to content

Commit

Permalink
Bump enum-iterator from 1.5.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [enum-iterator](https://github.com/stephaneyfx/enum-iterator) from 1.5.0 to 2.0.0.
- [Commits](stephaneyfx/enum-iterator@1.5.0...2.0.0)

---
updated-dependencies:
- dependency-name: enum-iterator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent d45d6c3 commit 503d2a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subvt-referendum-updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.67.0"
anyhow = { workspace = true }
async-trait = "0.1"
chrono = { version = "0.4", default-features = true, features = ["serde"] }
enum-iterator = "1.5"
enum-iterator = "2.0"
lazy_static = { workspace = true }
log = { workspace = true }
once_cell = "1"
Expand Down
2 changes: 1 addition & 1 deletion subvt-telegram-bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = { workspace = true }
async-recursion = "1.0"
async-trait = "0.1"
chrono = "0.4"
enum-iterator = "1.5"
enum-iterator = "2.0"
frankenstein = { version = "0.30.2", default-features = false, features = ["async-http-client", "async-telegram-trait"] }
futures = "0.3"
itertools = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion subvt-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.67.0"
[dependencies]
anyhow = { workspace = true }
chrono = { version = "0.4", default-features = true, features = ["serde"] }
enum-iterator = "1.5"
enum-iterator = "2.0"
frame-metadata = { version = "15.0", features = ["std", "v14"] }
frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.7.1" }
frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.7.1" }
Expand Down

0 comments on commit 503d2a8

Please sign in to comment.