From 1b2489b9228a53ef0456db9bc415a0c58341d612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 00:03:06 +0000 Subject: [PATCH] chore(rust)(deps): update serde_ipld_dagcbor requirement in /rhizomedb Updates the requirements on [serde_ipld_dagcbor](https://github.com/ipld/serde_ipld_dagcbor) to permit the latest version. - [Commits](https://github.com/ipld/serde_ipld_dagcbor/compare/v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: serde_ipld_dagcbor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rhizomedb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhizomedb/Cargo.toml b/rhizomedb/Cargo.toml index 3877f56..c5881d9 100644 --- a/rhizomedb/Cargo.toml +++ b/rhizomedb/Cargo.toml @@ -38,7 +38,7 @@ proptest = { version = "1.0", optional = true } rhizomedb-macro = { path = "../rhizomedb-macro", version = "0.1" } rhizomedb-runtime = { path = "../rhizomedb-runtime", version = "0.1" } serde = { version = "1.0", features = ["rc", "derive"] } -serde_ipld_dagcbor = "0.3.0" +serde_ipld_dagcbor = "0.4.2" slotmap = { version = "1.0" } string-interner = "0.14" thiserror = "1.0"