From c0aa565095a840b7aec7aa62863972ba8cee9062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 04:01:13 +0000 Subject: [PATCH] chore(deps): update rlg requirement from 0.0.2 to 0.0.4 Updates the requirements on [rlg](https://github.com/sebastienrousseau/rlg) to permit the latest version. - [Release notes](https://github.com/sebastienrousseau/rlg/releases) - [Commits](https://github.com/sebastienrousseau/rlg/compare/v0.0.2...v0.0.4) --- updated-dependencies: - dependency-name: rlg 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 2ad9dad..388396c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ hsh = "0.0.7" idk = "0.0.1" mdg = "0.0.1" qrc = "0.0.5" -rlg = "0.0.2" +rlg = "0.0.4" vrd = "0.0.5" serde_json = "1.0.108" image = "0.25.1"