From 890538c20ba93fe1e3fc17373a9585cbef04645d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:20:14 +0000 Subject: [PATCH] chore(deps): update libipld-core requirement from 0.15 to 0.16 in /ucan Updates the requirements on [libipld-core](https://github.com/ipfs-rust/rust-ipld) to permit the latest version. - [Release notes](https://github.com/ipfs-rust/rust-ipld/releases) - [Commits](https://github.com/ipfs-rust/rust-ipld/compare/libipld-core-v0.15.0...libipld-core-v0.16.0) --- updated-dependencies: - dependency-name: libipld-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ucan/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucan/Cargo.toml b/ucan/Cargo.toml index 7e0e581e..005f935c 100644 --- a/ucan/Cargo.toml +++ b/ucan/Cargo.toml @@ -29,7 +29,7 @@ bs58 = "0.4" cid = "0.9" futures = "0.3" instant = { version = "0.1", features = ["wasm-bindgen", "stdweb"] } -libipld-core = { version = "0.15", features = ["serde-codec", "serde"] } +libipld-core = { version = "0.16", features = ["serde-codec", "serde"] } libipld-json = "0.15" log = "0.4" rand = "0.8"