Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tokio from 0.1.20 to 1.8.4 in /workshop_serveless/ex4 #49

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps tokio from 0.1.20 to 1.8.4.

Release notes

Sourced from tokio's releases.

Tokio v1.8.4

1.8.4 (November 15, 2021)

This release backports a bugfix for a data race when sending and receiving on a closed oneshot channel ([RUSTSEC-2021-0124]) from v1.13.1.

Fixed

  • sync: fix a data race between oneshot::Sender::send and awaiting a oneshot::Receiver when the oneshot has been closed (#4226)

Tokio v1.8.3

1.8.3 (July 22, 2021)

This release backports two fixes from 1.9.0

Fixed

  • Fix leak if output of future panics on drop (#3967)
  • Fix leak in LocalSet (#3978)

#3967: tokio-rs/tokio#3967 #3978: tokio-rs/tokio#3978

Tokio 1.8.2

Fixes a missed edge case from 1.8.1.

Fixed

  • runtime: drop canceled future on next poll (#3965)

Tokio 1.8.1

Forward ports 1.5.1 fixes.

Fixed

  • runtime: remotely abort tasks on JoinHandle::abort (#3934)

#3934: tokio-rs/tokio#3934

tokio-1.8.0

1.8.0 (July 2, 2021)

Added

  • io: add get_{ref,mut} methods to AsyncFdReadyGuard and AsyncFdReadyMutGuard (#3807)
  • io: efficient implementation of vectored writes for BufWriter (#3163)
  • net: add ready/try methods to NamedPipe{Client,Server} (#3866, #3899)
  • sync: add watch::Receiver::borrow_and_update (#3813)
  • sync: implement From<T> for OnceCell<T> (#3877)

... (truncated)

Commits
  • 2273eb1 chore: fix CI on master (#4008)
  • 249f05c chore: fix output of macro after new rustc release (#4189)
  • 2bf6132 macros: fix type resolution error in #[tokio::main] (#4176)
  • c9228bf macros: make tokio-macros attributes more IDE friendly (#4162)
  • 441427c macros: fix wrong error messages (#4067)
  • cc7d9e1 chore: explicitly relaxed clippy lint for runtime entry macro (#4030)
  • f49b7fc tokio-macros: compat with clippy::unwrap_used (#3926)
  • ea87e4e net: fix the uds_datagram tests with the latest nightly stdlib (#3952)
  • e2e7b5e examples: replace time crate with httpdate (#4169)
  • 9a58f7f tests: update Nix to 0.22.0 (#3951)
  • 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 6, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex4/tokio-1.8.4 branch from f01ffe9 to a457871 Compare November 7, 2022 22:56
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex4/tokio-1.8.4 branch 3 times, most recently from 76309d7 to 98b43e0 Compare November 22, 2022 23:11
dependabot bot added 5 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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex4/tokio-1.8.4 branch from 98b43e0 to e19bbf7 Compare December 7, 2022 04:07
dependabot bot and others added 10 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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
…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] <[email protected]>
…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/ex4/tokio-1.8.4 branch from e19bbf7 to 24c6063 Compare December 23, 2022 21:45
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex4/tokio-1.8.4 branch from 24c6063 to 60760b2 Compare December 23, 2022 21:46
…pp/net2-0.2.38

Bump net2 from 0.2.33 to 0.2.38 in /web_endpoint/app
…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/ex4/tokio-1.8.4 branch from 60760b2 to 4076371 Compare December 23, 2022 22:17
carlosb1 and others added 5 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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex4/tokio-1.8.4 branch from 4076371 to 1940c25 Compare December 23, 2022 22:18
dependabot bot and others added 12 commits December 23, 2022 22:18
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
…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/ex4/tokio-1.8.4 branch from 1940c25 to af062e7 Compare December 23, 2022 22:58
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.20 to 1.8.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-0.1.20...tokio-1.8.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex4/tokio-1.8.4 branch from af062e7 to 52ad26e Compare December 23, 2022 22:58
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