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 miow from 0.2.1 to 0.2.2 in /web_cbir #72

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 8, 2022

Bumps miow from 0.2.1 to 0.2.2.

Commits
  • 6fd7b9c Bump version to 0.2.2
  • 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x
  • ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0
  • 3e217e3 Bump net2 dep to 0.2.36 without invalid SocketAddr convertion
  • 27b77cc Adapt to winapi 0.2
  • 2783715 Safely convert SocketAddr into raw SOCKADDR
  • f6662ef Clarify wording of license information in README.
  • See full diff 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 8, 2022
dependabot bot and others added 15 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]>
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/web_cbir/miow-0.2.2 branch from fab3198 to add0c36 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] <[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/web_cbir/miow-0.2.2 branch from add0c36 to 5051220 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
carlosb1 and others added 6 commits December 23, 2022 23:17
…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]>
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/web_cbir/miow-0.2.2 branch from 5051220 to 19f4096 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/web_cbir/miow-0.2.2 branch from 19f4096 to 6292f03 Compare December 23, 2022 23:35
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/web_cbir/miow-0.2.2 branch from 6292f03 to c81a444 Compare December 23, 2022 23:36
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