Skip to content

Commit 991cbfd

Browse files
renovate[bot]Convex, Inc.
authored and
Convex, Inc.
committedAug 21, 2024
Update Rust crate http-cache to 0.19 (#26521)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [http-cache](https://http-cache.rs) ([source](https://togithub.com/06chaynes/http-cache)) | workspace.dependencies | minor | `0.18` -> `0.19` | --- ### 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/get-convex/convex). GitOrigin-RevId: e6a3270c3b723b64f8c891d876e06dd4ff2ec5b2
1 parent cea92a6 commit 991cbfd

File tree

2 files changed

+6
-42
lines changed

2 files changed

+6
-42
lines changed
 

‎Cargo.lock

+5-41
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
@@ -55,7 +55,7 @@ hex = "0.4"
5555
home = "0.5"
5656
enum-iterator = "2.0.0"
5757
http = "1.0.0"
58-
http-cache = { version = "0.18", default-features = false }
58+
http-cache = { version = "0.19", default-features = false }
5959
http-body-util = "0.1.2"
6060
http-cache-reqwest = { version = "0.14.0", features = [ "manager-moka" ] }
6161
humansize = { version = "2.1.3", features = [ "impl_style" ] }

0 commit comments

Comments
 (0)