From 99e62e6330850147cf52c85b0afac9a473c4b8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:56:21 +0000 Subject: [PATCH] build(deps): bump cidr from 0.2.2 to 0.3.0 Bumps [cidr](https://github.com/stbuehler/rust-cidr) from 0.2.2 to 0.3.0. - [Release notes](https://github.com/stbuehler/rust-cidr/releases) - [Changelog](https://github.com/stbuehler/rust-cidr/blob/master/CHANGELOG.md) - [Commits](https://github.com/stbuehler/rust-cidr/compare/cidr-0.2.2...cidr-0.3.0) --- updated-dependencies: - dependency-name: cidr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff701a79..ce669c12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["Compilers", "Parser implementations"] [dependencies] pest = "2.7" pest_derive = "2.7" -cidr = "0.2" +cidr = "0.3" lazy_static = "1.5" uuid = "1.8" regex = "1"