Skip to content

Bump http from 0.1.17 to 0.1.21 in /workshop_serveless/ex6#63

Open
dependabot[bot] wants to merge 45 commits intomasterfrom
dependabot/cargo/workshop_serveless/ex6/http-0.1.21
Open

Bump http from 0.1.17 to 0.1.21 in /workshop_serveless/ex6#63
dependabot[bot] wants to merge 45 commits intomasterfrom
dependabot/cargo/workshop_serveless/ex6/http-0.1.21

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2022

Bumps http from 0.1.17 to 0.1.21.

Changelog

Sourced from http's changelog.

0.1.21 (December 2, 2019)

  • Fix Method::is_idempotent returning false for PUT and `DELETE.

0.1.20 (November 26, 2019)

  • Fix possible double-free if header::Drain iterator is std::mem::forgoten (#357).
  • Fix possible data race if multiple header::ValueDrains are iterated on different threads (#362).
  • Fix HeaderMap::reserve capacity overflows (#360).
  • Fix parsing long authority-form Uris (#351).

0.1.19 (October 15, 2019)

  • Allow % in IPv6 addresses in Uri (#343).

0.1.18 (July 26, 2019)

  • Fix compilation of HeaderName parsing on WASM targets (#324).
  • Implement HttpTryFrom<HashMap> for HeaderMap (#326).
  • Export http::header::HeaderValue as http::HeaderValue.
Commits
  • 6443bdb v0.1.21
  • 0cbcc1e Fix Method::is_idempotent
  • 4a5b64d v0.1.20
  • 6b07ee4 Refactor Method::is_idempotent for readability (#348)
  • 6856193 Fix docs indentation (#347)
  • d3cae7c Fix parsing of long host with no scheme (#351)
  • 8ffe094 Make ValueDrain eagerly collect its extra values
  • 81ceb61 fix capacity overflows in HeaderMap::reserve
  • 32f1ae1 Remove unused 'inner label
  • 82d53db Fix HeaderMap::drain double-free if drain iterator is forgotten
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 7, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch 2 times, most recently from 0ee606b to 5fc62e6 Compare November 22, 2022 23:11
dependabot bot added 3 commits November 22, 2022 23:12
Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.4 to 0.3.25.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.4...0.3.25)

---
updated-dependencies:
- dependency-name: futures-task
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.25.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.5...0.3.25)

---
updated-dependencies:
- dependency-name: futures-task
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.4 to 0.3.25.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.4...0.3.25)

---
updated-dependencies:
- dependency-name: futures-task
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch 2 times, most recently from df0ebe9 to 90b4fc3 Compare December 4, 2022 23:39
dependabot bot added 2 commits December 7, 2022 04:06
Bumps [regex](https://github.com/rust-lang/regex) from 1.1.6 to 1.7.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.1.6...1.7.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [regex](https://github.com/rust-lang/regex) from 1.1.6 to 1.7.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.1.6...1.7.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from 90b4fc3 to f835a3f Compare December 7, 2022 04:07
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from f835a3f to 40835c1 Compare December 14, 2022 22:14
dependabot bot added 3 commits December 15, 2022 22:28
Bumps [http](https://github.com/hyperium/http) from 0.1.17 to 0.1.21.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/v0.1.21/CHANGELOG.md)
- [Commits](hyperium/http@v0.1.17...v0.1.21)

---
updated-dependencies:
- dependency-name: http
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v0.6.10...v0.6.14)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.9 to 0.6.14.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v0.6.9...v0.6.14)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from 40835c1 to 875f4f0 Compare December 15, 2022 22:29
dependabot bot and others added 7 commits December 15, 2022 22:30
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v0.6.10...v0.6.14)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ess/ex7/smallvec-0.6.14

Bump smallvec from 0.6.10 to 0.6.14 in /workshop_serveless/ex7
…ess/ex4/smallvec-0.6.14

Bump smallvec from 0.6.9 to 0.6.14 in /workshop_serveless/ex4
…ess/ex6/smallvec-0.6.14

Bump smallvec from 0.6.10 to 0.6.14 in /workshop_serveless/ex6
Bumps [http](https://github.com/hyperium/http) from 0.1.17 to 0.1.20.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.1.17...v0.1.20)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…ess/ex2/http-0.1.20

Bump http from 0.1.17 to 0.1.20 in /workshop_serveless/ex2
…ess/ex8/http-0.1.21

Bump http from 0.1.17 to 0.1.21 in /workshop_serveless/ex8
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from 875f4f0 to 4240987 Compare December 23, 2022 21:46
dependabot bot added 4 commits December 23, 2022 21:46
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.38.
- [Release notes](https://github.com/deprecrated/net2-rs/releases)
- [Commits](deprecrated/net2-rs@0.2.33...0.2.38)

---
updated-dependencies:
- dependency-name: net2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.38.
- [Release notes](https://github.com/deprecrated/net2-rs/releases)
- [Commits](deprecrated/net2-rs@0.2.33...0.2.38)

---
updated-dependencies:
- dependency-name: net2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.25.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.5...0.3.25)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [regex](https://github.com/rust-lang/regex) from 1.1.6 to 1.7.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.1.6...1.7.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from 4240987 to cfa75e6 Compare December 23, 2022 21:46
…less/ex5/regex-1.7.0

Bump regex from 1.1.6 to 1.7.0 in /workshop_serveless/ex5
…less/ex4/regex-1.7.0

Bump regex from 1.1.6 to 1.7.0 in /workshop_serveless/ex4
…less/ex3/regex-1.7.0

Bump regex from 1.1.6 to 1.7.0 in /workshop_serveless/ex3
…tures-task-0.3.25

Bump futures-task from 0.3.4 to 0.3.25 in /pub_sub_lib
…pp/futures-task-0.3.25

Bump futures-task from 0.3.5 to 0.3.25 in /bot_news/web_app
…utures-task-0.3.25

Bump futures-task from 0.3.4 to 0.3.25 in /bot_news/bot
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from cfa75e6 to 0611da4 Compare December 23, 2022 22:17
carlosb1 and others added 6 commits December 23, 2022 23:17
…pp/futures-util-0.3.25

Bump futures-util from 0.3.5 to 0.3.25 in /bot_news/web_app
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/yoshuawuyts/miow/releases)
- [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md)
- [Commits](yoshuawuyts/miow@0.2.1...0.2.2)

---
updated-dependencies:
- dependency-name: miow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.4 to 0.3.25.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.4...0.3.25)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/yoshuawuyts/miow/releases)
- [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md)
- [Commits](yoshuawuyts/miow@0.2.1...0.2.2)

---
updated-dependencies:
- dependency-name: miow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.4 to 0.3.25.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.4...0.3.25)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Commits](Amanieu/thread_local-rs@v1.0.1...1.1.4)

---
updated-dependencies:
- dependency-name: thread_local
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from 0611da4 to 375cee9 Compare December 23, 2022 22:18
dependabot bot and others added 11 commits December 23, 2022 22:18
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/yoshuawuyts/miow/releases)
- [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md)
- [Commits](yoshuawuyts/miow@0.2.1...0.2.2)

---
updated-dependencies:
- dependency-name: miow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/yoshuawuyts/miow/releases)
- [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md)
- [Commits](yoshuawuyts/miow@0.2.1...0.2.2)

---
updated-dependencies:
- dependency-name: miow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/yoshuawuyts/miow/releases)
- [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md)
- [Commits](yoshuawuyts/miow@0.2.1...0.2.2)

---
updated-dependencies:
- dependency-name: miow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…utures-util-0.3.25

Bump futures-util from 0.3.4 to 0.3.25 in /bot_news/bot
…tures-util-0.3.25

Bump futures-util from 0.3.4 to 0.3.25 in /pub_sub_lib
…read_local-1.1.4

Bump thread_local from 1.0.1 to 1.1.4 in /pub_sub_lib
…ess/ex5/miow-0.2.2

Bump miow from 0.2.1 to 0.2.2 in /workshop_serveless/ex5
…w-0.2.2

Bump miow from 0.2.1 to 0.2.2 in /pub_sub_lib
…p/miow-0.2.2

Bump miow from 0.2.1 to 0.2.2 in /web_endpoint/app
…ess/ex7/miow-0.2.2

Bump miow from 0.2.1 to 0.2.2 in /workshop_serveless/ex7
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from 375cee9 to 66cd64f Compare December 23, 2022 23:27
Bumps [http](https://github.com/hyperium/http) from 0.1.17 to 0.1.21.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/v0.1.21/CHANGELOG.md)
- [Commits](hyperium/http@v0.1.17...v0.1.21)

---
updated-dependencies:
- dependency-name: http
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex6/http-0.1.21 branch from 66cd64f to e9687e2 Compare December 23, 2022 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant