From 84ce3c204dca77b09029a04d9a5c86c03f76920b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 21:04:12 +0000 Subject: [PATCH] Update ipnetwork requirement from 0.18.0 to 0.19.0 Updates the requirements on [ipnetwork](https://github.com/achanda/ipnetwork) to permit the latest version. - [Release notes](https://github.com/achanda/ipnetwork/releases) - [Commits](https://github.com/achanda/ipnetwork/compare/v0.18.0...v0.19.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 3276f21..caeee55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0.64" tera = "1.11.0" bcrypt = "0.12.0" # ipnetwork must has the same version as what diesel does, we could check these versions by `cargo-tree` -ipnetwork = "0.18.0" +ipnetwork = "0.19.0" fern = { version = "0.6.0", features = ["colored"] } chrono={ features = ["serde", "rustc-serialize"], version = "0.4.19" } diesel = { features = ["postgres", "chrono", "network-address", "serde_json", "r2d2"], version = "1.4.7" }