From b97fe6dccc6db6a674be0e26627a7e1478679949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:40:14 +0000 Subject: [PATCH] Update ipnetwork requirement from 0.20.0 to 0.21.0 Updates the requirements on [ipnetwork](https://github.com/achanda/ipnetwork) to permit the latest version. - [Release notes](https://github.com/achanda/ipnetwork/releases) - [Changelog](https://github.com/achanda/ipnetwork/blob/master/CHANGELOG.md) - [Commits](https://github.com/achanda/ipnetwork/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: ipnetwork dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 308cd4e5..dbb030e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ name ="maxminddb" path = "src/maxminddb/lib.rs" [dependencies] -ipnetwork = "0.20.0" +ipnetwork = "0.21.0" log = "0.4" serde = { version = "1.0", features = ["derive"] } memchr = "2.4"