Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Bumps serde from 1.0.116 to 1.0.117.

Release notes

Sourced from serde's releases.

v1.0.117

  • Allow serialization of std::net::SocketAddrV6 to include a scope id if present (based on rust-lang/rust#77426)
Commits
  • fc3f104 Release 1.0.117
  • 4bec9ff Merge pull request #1906 from Mingun/fix-misprint
  • e6d2322 Fix misprint in the error message
  • 2b50409 Include room for SocketAddrV6 to serialize scope id
  • be7d0e7 Ignore map_err_ignore Clippy pedantic lint
  • 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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 2, 2020
@dependabot dependabot bot force-pushed the dependabot/cargo/dev/serde-1.0.117 branch 2 times, most recently from e30df06 to eb3b9c4 Compare November 3, 2020 08:20
@dependabot dependabot bot force-pushed the dependabot/cargo/dev/serde-1.0.117 branch from eb3b9c4 to 3aac2c2 Compare November 3, 2020 08:24
@conblem conblem merged commit 6163180 into dev Nov 3, 2020
@dependabot dependabot bot deleted the dependabot/cargo/dev/serde-1.0.117 branch November 3, 2020 08:26
conblem added a commit that referenced this pull request Jan 16, 2021
* fmt

* chore: worked on tests

* chore: wip test

* chore: a record test

* chore: testing

* chore: invalid test case

* chore: testing

* chore: fix test

* chore: improve api

* fix: concurrent

* chore: change authority trait to remove unecessary boxing

* chore: ftm:

* fix: refactoring

* chore(deps): bump serde from 1.0.116 to 1.0.117 (#22)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.116...v1.0.117)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: skip test for now

* fix: tests on ci

* fix: tracing

* fix: tracing

* advanced tracing

* chore(deps): bump futures-util from 0.3.6 to 0.3.7 (#24)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.7.
- [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.6...0.3.7)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tracing from 0.1.18 to 0.1.21 (#26)

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.18 to 0.1.21.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.18...tracing-0.1.21)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tracing-subscriber from 0.2.11 to 0.2.14 (#25)

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.11 to 0.2.14.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.2.11...tracing-subscriber-0.2.14)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updates

* fix: prom getting started

* fix: dns metrics

* fix: middleware

* chore: code changes

* fix: skip tests

* fix: print out error

* fix: better logging

* chore: remove span

* chore(deps): bump anyhow from 1.0.33 to 1.0.34 (#33)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.33 to 1.0.34.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.33...1.0.34)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump futures-util from 0.3.6 to 0.3.7 (#30)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.7.
- [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.6...0.3.7)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump bcrypt from 0.8.2 to 0.9.0 (#31)

Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.8.2 to 0.9.0.
- [Release notes](https://github.com/Keats/rust-bcrypt/releases)
- [Commits](Keats/rust-bcrypt@v0.8.2...v0.9.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tracing-subscriber from 0.2.11 to 0.2.15 (#34)

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.11 to 0.2.15.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.2.11...tracing-subscriber-0.2.15)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.1 to 17.2.2 (#27)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.1 to 17.2.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.1...v17.2.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump serde from 1.0.116 to 1.0.117 (#29)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.116...v1.0.117)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: refactorings

* fix: enable tls

* fix: try alpine container

* fix: remove tls feature

* fix: update openssl version

* chore: wip

* fix: wip

* chore(deps): bump futures-util from 0.3.7 to 0.3.8 (#36)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.7 to 0.3.8.
- [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.7...0.3.8)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: simplify impl

* chore(deps): bump sqlx from 0.4.0-beta.1 to 0.4.1 (#37)

Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.4.0-beta.1 to 0.4.1.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: worked on acme logic

* fix: deps

* fix: make cert compile

* Github Action

* fix: wip

* fix: wip

* fix: wip

* fix: upgrade to tokio 1.0

* fix: work further on proxy proto

* fix: first proxy protocol implementation

* fix: wip

* fix: first real iteration of proxy protocl

* fix: wip

* fix: wip

* fix: got running again

* fix: wip

* fix: wip

* fix: simple implementation

* fix: fmt

* fix: update deps

* chore(deps-dev): bump semantic-release from 17.2.2 to 17.3.2 (#62)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.2 to 17.3.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.2...v17.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @semantic-release/github from 7.1.1 to 7.2.0 (#45)

Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v7.1.1...v7.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tracing from 0.1.21 to 0.1.22 (#59)

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.22.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.21...tracing-0.1.22)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump uuid from 0.8.1 to 0.8.2 (#60)

Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@0.8.1...0.8.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump parking_lot from 0.11.0 to 0.11.1 (#47)

Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.11.0...0.11.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump anyhow from 1.0.34 to 1.0.38 (#64)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.34 to 1.0.38.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.34...1.0.38)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tokio from 1.0.1 to 1.0.2 (#67)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.0.1...tokio-1.0.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump futures-util from 0.3.8 to 0.3.11 (#68)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.8 to 0.3.11.
- [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.8...0.3.11)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump serde from 1.0.117 to 1.0.119 (#66)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.119.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.117...v1.0.119)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update deps

* chore(deps): bump toml from 0.5.7 to 0.5.8 (#58)

Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](toml-rs/toml-rs@0.5.7...0.5.8)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update deps

* fix: clippy

* fix: fmt

* fix: update deps

* fix: parse config

* fix: wip

* fix: wip

* fix: finalize new config format

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant