From ea9e6d8dba5d921ad1377b7e8e0eae8e97f4465f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:49:44 +0000 Subject: [PATCH] Update gvdb requirement from 0.5.1 to 0.6.1 Updates the requirements on [gvdb](https://github.com/felinira/gvdb-rs) to permit the latest version. - [Release notes](https://github.com/felinira/gvdb-rs/releases) - [Changelog](https://github.com/felinira/gvdb-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/felinira/gvdb-rs/compare/gvdb-0.5.1...gvdb-0.6.1) --- updated-dependencies: - dependency-name: gvdb 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 1bfa672..790c8a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ members = [ gtk = { version = "0.8", package = "gtk4" } [build-dependencies] -gvdb = { version = "0.5.3", features = ["gresource"] } +gvdb = { version = "0.6.1", features = ["gresource"] } serde = { version = "1.0.197", features = ["derive"] } toml = "0.8.11"