From 9012ec727056c2ae9aff57b2e2ac5b9147407832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:33:56 +0000 Subject: [PATCH] Update gilrs requirement from 0.10 to 0.11 Updates the requirements on [gilrs](https://gitlab.com/gilrs-project/gilrs) to permit the latest version. - [Commits](https://gitlab.com/gilrs-project/gilrs/compare/v0.10.0...v0.10.10) --- updated-dependencies: - dependency-name: gilrs 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 2a9f5f33..a8827480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ futures = "0.3" fxhash = "0.2" getrandom = { version = "*", features = ["js"] } # To fix this issue: https://github.com/rust-random/getrandom/issues/208 getset = "0.1" -gilrs = "0.10" +gilrs = "0.11" image = "0.25" instant = "0.1" log = "0.4"