Skip to content

Commit

Permalink
build(deps): bump boring from 1.1.6 to 2.0.0 (#1413)
Browse files Browse the repository at this point in the history
Bumps [boring](https://github.com/cloudflare/boring) from 1.1.6 to 2.0.0.
- [Release notes](https://github.com/cloudflare/boring/releases)
- [Changelog](https://github.com/cloudflare/boring/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/boring/commits)

---
updated-dependencies:
- dependency-name: boring
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Gould <ver@buoyant.io>
(cherry picked from commit 6cab4bb)
Signed-off-by: Oliver Gould <ver@buoyant.io>
  • Loading branch information
dependabot[bot] and olix0r committed Mar 30, 2022
1 parent 9ef9845 commit cbac987
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ highlight = "all"
deny = [
{ name = "rustls", wrappers = ["tokio-rustls"] }
]
skip = []
skip-tree = []
skip-tree = [
# Hasn't seen a new release since 2017. Pulls in an older version of nom.
{ name = "procinfo" }
]

[sources]
unknown-registry = "deny"
Expand Down

0 comments on commit cbac987

Please sign in to comment.