From f06fb147a6e77678739dc64ace61ed210df0a871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 11:50:48 +0000 Subject: [PATCH] chore(deps): update criterion requirement from 0.3 to 0.4 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion 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 996c254..037bd3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ gdal = {version = "0.11.0", features = ["array"]} pretty_assertions = "1.0.0" anyhow = "1.0.42" proptest = "1.0.0" -criterion = "0.3" +criterion = "0.4" flatgeobuf = "0.6.2" # can't actually build this without the default http feature geozero = {version = "0.7.7", default-features = false, features = ["with-geo"]} rand = "0.8.4"