Skip to content

Commit 00f4b54

Browse files
build(deps): bump enum-iterator from 0.8.1 to 1.4.0
Bumps [enum-iterator](https://github.com/stephaneyfx/enum-iterator) from 0.8.1 to 1.4.0. - [Release notes](https://github.com/stephaneyfx/enum-iterator/releases) - [Commits](stephaneyfx/enum-iterator@0.8.1...1.4.0) --- updated-dependencies: - dependency-name: enum-iterator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3891fee commit 00f4b54

3 files changed

Lines changed: 26 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage-bigtable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ backoff = { version = "0.4.0", features = ["tokio"] }
1414
bincode = "1.3.3"
1515
bytes = "1.0"
1616
bzip2 = "0.4.4"
17-
enum-iterator = "0.8.1"
17+
enum-iterator = "1.4.0"
1818
flate2 = "1.0.24"
1919
futures = "0.3.21"
2020
goauth = "0.13.0"

storage-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ solana-sdk = { path = "../sdk", version = "=1.14.15" }
1919
solana-transaction-status = { path = "../transaction-status", version = "=1.14.15" }
2020

2121
[dev-dependencies]
22-
enum-iterator = "0.8.1"
22+
enum-iterator = "1.4.0"
2323

2424
[lib]
2525
crate-type = ["lib"]

0 commit comments

Comments
 (0)