Skip to content

Commit 36ff7e0

Browse files
renovate[bot]Convex, Inc.
authored and
Convex, Inc.
committed
Update Rust crate base32 to 0.5.0 (#26516)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [base32](https://togithub.com/andreasots/base32) | workspace.dependencies | minor | `0.4.0` -> `0.5.0` | --- ### Release Notes <details> <summary>andreasots/base32 (base32)</summary> ### [`v0.5.0`](https://togithub.com/andreasots/base32/compare/v0.4.0...v0.5.0) [Compare Source](https://togithub.com/andreasots/base32/compare/v0.4.0...v0.5.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: 3813790c4afa1a1ad6b112c042322ea2f4ec6950
1 parent 6b2c9c0 commit 36ff7e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ csv-async = "1.2"
1717
atomic_refcell = "0.1.13"
1818
axum = { version = "0.7", features = [ "ws", "original-uri", "macros", "multipart" ] }
1919
axum-extra = { version = "0.9.3", features = [ "typed-header" ] }
20-
base32 = "0.4.0"
20+
base32 = "0.5.0"
2121
base-62 = { rev = "6f91a3da4b83f20379469835f64195bd52d7b9dd", git = "https://github.com/kryptco/base62.rs" }
2222
base64 = "0.13"
2323
biscuit = "0.7.0"

0 commit comments

Comments
 (0)