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 smallvec from 0.6.9 to 0.6.14 in /workshop_serveless/ex1 #27

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 smallvec from 0.6.9 to 0.6.14.

Release notes

Sourced from smallvec's releases.

v0.6.14

  • Fix a possible buffer overflow in insert_many (#252, #254).

v0.6.13

  • Use the maybe-unit crate in place of soon-to-be-deprecated std::mem::uninitialized (#180). When built with Rust 1.36 or later, this fixes a source of undefined behavior. It also fixes deprecation warnings in Rust 1.39 and later, and test failures when run in MIRI. In Rust 1.35 and earlier it provides some safety improvements but does not completely eliminate undefined behavior. (However, we are not aware of any cases where the undefined behavior causes bugs in practice in those toolchains.)

v0.6.12

  • Move code using default fn into its own module (#161).

v0.6.11

  • The unstable alloc feature is no longer needed. This crate can now build with the std feature disabled on stable Rust 1.36 or later (#159).

v0.6.10

  • Fix a bug in extend with certain iterators (#150).
  • Fix soundness bugs in the grow method (#151, #152).
  • Fix typo in docs (#144).
Commits

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/ex1/smallvec-0.6.14 branch 2 times, most recently from fdf5112 to 14a9d12 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] <[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]>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex1/smallvec-0.6.14 branch from 14a9d12 to 221fbb2 Compare December 7, 2022 04:06
dependabot bot added 3 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] <[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 [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]>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex1/smallvec-0.6.14 branch from 221fbb2 to 199a41d Compare December 15, 2022 22:28
dependabot bot and others added 6 commits December 15, 2022 22:29
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
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex1/smallvec-0.6.14 branch from 199a41d to 3c93646 Compare December 23, 2022 21:45
dependabot bot and others added 2 commits December 23, 2022 21:45
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
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex1/smallvec-0.6.14 branch from 3c93646 to bf54209 Compare December 23, 2022 21:45
carlosb1 and others added 5 commits December 23, 2022 22:45
…ess/ex8/http-0.1.21

Bump http from 0.1.17 to 0.1.21 in /workshop_serveless/ex8
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/ex1/smallvec-0.6.14 branch from bf54209 to 4c0dc41 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
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex1/smallvec-0.6.14 branch from 4c0dc41 to 7fd4939 Compare December 23, 2022 22:17
carlosb1 and others added 4 commits December 23, 2022 23:17
…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
…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]>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex1/smallvec-0.6.14 branch from 7fd4939 to beebf41 Compare December 23, 2022 22:17
dependabot bot and others added 16 commits December 23, 2022 22:18
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]>
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
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]>
@dependabot dependabot bot force-pushed the dependabot/cargo/workshop_serveless/ex1/smallvec-0.6.14 branch from beebf41 to 5f0ba31 Compare December 23, 2022 22:51
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