Skip to content

Commit 24ee45a

Browse files
committed
Auto merge of #4389 - rust-lang:renovate/http-0.x, r=Turbo87
Update Rust crate http to v0.2.6 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [http](https://crates.io/crates/http) | dependencies | patch | `=0.2.5` -> `=0.2.6` | --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents d0b891a + 5f64978 commit 24ee45a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -58,7 +58,7 @@ futures-channel = { version = "=0.3.19", default-features = false }
5858
futures-util = "=0.3.19"
5959
git2 = "=0.13.25"
6060
hex = "=0.4.3"
61-
http = "=0.2.5"
61+
http = "=0.2.6"
6262
hyper = { version = "=0.14.16", features = ["client", "http1"] }
6363
indexmap = { version = "=1.7.0", features = ["serde-1"] }
6464
tikv-jemallocator = { version = "=0.4.1", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }

0 commit comments

Comments
 (0)