Skip to content

Commit cbac987

Browse files
build(deps): bump boring from 1.1.6 to 2.0.0 (#1413)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Gould <[email protected]> (cherry picked from commit 6cab4bb) Signed-off-by: Oliver Gould <[email protected]>
1 parent 9ef9845 commit cbac987

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deny.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ highlight = "all"
4747
deny = [
4848
{ name = "rustls", wrappers = ["tokio-rustls"] }
4949
]
50-
skip = []
51-
skip-tree = []
50+
skip-tree = [
51+
# Hasn't seen a new release since 2017. Pulls in an older version of nom.
52+
{ name = "procinfo" }
53+
]
5254

5355
[sources]
5456
unknown-registry = "deny"

0 commit comments

Comments
 (0)