From 1abe0a095508f2cec42825bebd743146d9fef1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:17:50 +0000 Subject: [PATCH] build(deps): update redb requirement from 1.5.0 to 2.0.0 Updates the requirements on [redb](https://github.com/cberner/redb) to permit the latest version. - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](https://github.com/cberner/redb/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: redb 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 1c95a22..7900781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ prost = "0.12.3" prost-build = "0.12.3" prost-reflect-build = "0.13.0" rand = "0.8.5" -redb = "1.5.0" +redb = "2.0.0" rtnetlink = "0.14.1" serde_json = "1.0.113" serde_yaml = "0.9"