From ca85d26738a4248d9049345b7b7d56de26775f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:10:07 -0800 Subject: [PATCH] build(deps): bump boring from 3.0.4 to 3.1.0 (#2707) Bumps [boring](https://github.com/cloudflare/boring) from 3.0.4 to 3.1.0. - [Release notes](https://github.com/cloudflare/boring/releases) - [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES) - [Commits](https://github.com/cloudflare/boring/compare/v3.0.4...v3.1.0) --- updated-dependencies: - dependency-name: boring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2177da66b7..01d553a776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,11 +253,11 @@ dependencies = [ [[package]] name = "boring" -version = "3.0.4" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f9aa560ebe73bcf696f83e70c0c3840e20506dfa4b0531eb3394f591489030f" +checksum = "7ae1aba472e42d3cf45ac6d0a6c8fc3ddf743871209e1b40229aed9fbdf48ece" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.0", "boring-sys", "foreign-types", "libc",