Skip to content

Commit 9b057b8

Browse files
renovate[bot]Convex, Inc.
authored and
Convex, Inc.
committed
Update Rust crate enum-iterator to v2 (#27498)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [enum-iterator](https://togithub.com/stephaneyfx/enum-iterator) | workspace.dependencies | major | `1.5.0` -> `2.0.0` | --- ### Release Notes <details> <summary>stephaneyfx/enum-iterator (enum-iterator)</summary> ### [`v2.1.0`](https://togithub.com/stephaneyfx/enum-iterator/compare/2.0.1...2.1.0) [Compare Source](https://togithub.com/stephaneyfx/enum-iterator/compare/2.0.1...2.1.0) ### [`v2.0.1`](https://togithub.com/stephaneyfx/enum-iterator/compare/2.0.0...2.0.1) [Compare Source](https://togithub.com/stephaneyfx/enum-iterator/compare/2.0.0...2.0.1) ### [`v2.0.0`](https://togithub.com/stephaneyfx/enum-iterator/compare/1.5.0...2.0.0) [Compare Source](https://togithub.com/stephaneyfx/enum-iterator/compare/1.5.0...2.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/get-convex/convex). GitOrigin-RevId: aee13dbc63195522f231d46f8355034cb26e12cc
1 parent 8774a8b commit 9b057b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ governor = "0.6.0"
5252
headers = "0.3"
5353
hex = "0.4"
5454
home = "0.5"
55-
enum-iterator = "1.5.0"
55+
enum-iterator = "2.0.0"
5656
http = "0.2.8"
5757
http-cache = { version = "0.18", default-features = false }
5858
http-cache-reqwest = { version = "0.13.0", features = [ "manager-moka" ] }

0 commit comments

Comments
 (0)