From 0a620010734995bf7f1cd73d778ead0e6491fafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 03:24:58 +0000 Subject: [PATCH] chore(deps): update rlg requirement from 0.0.2 to 0.0.3 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.3) --- 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 50848f8..54f0391 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.3" vrd = "0.0.5" serde_json = "1.0.108" image = "0.24.7"