From 9b8ee448c8c490aecf98eae32c29c329edaabd32 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:28:54 +0000 Subject: [PATCH] Bump cidr-utils from 0.5.0 to 0.5.1 Bumps [cidr-utils](https://github.com/magiclen/cidr-utils) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/magiclen/cidr-utils/releases) - [Commits](https://github.com/magiclen/cidr-utils/compare/v0.5.0...v0.5.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1272e0cc2..bd02d4f3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,9 +289,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cidr-utils" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89f7b6372f3c783f6d44c0da283d3694af4104967bf2371cb3bdc9d09e1cfe00" +checksum = "b926222810dca24b177606653e09ebf34310c23c60931d630d408486e341335c" dependencies = [ "debug-helper", "num-bigint", diff --git a/Cargo.toml b/Cargo.toml index bb4ad9b37..dbd3a0374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ ansi_term = "0.12.1" toml = "0.5.7" serde = "1.0.124" serde_derive = "1.0.116" -cidr-utils = "0.5.0" +cidr-utils = "0.5.1" itertools = "0.9.0" trust-dns-resolver = { version = "0.19.5", features = ["dns-over-rustls"] } anyhow = "1.0.34"