From 67a4d0cedb939618812ca085a496c619df17bd75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:19:08 +0000 Subject: [PATCH] chore(deps): update libipld-json requirement from 0.15 to 0.16 in /ucan Updates the requirements on [libipld-json](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-json-v0.15.0...libipld-json-v0.16.0) --- updated-dependencies: - dependency-name: libipld-json 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..52d11ef7 100644 --- a/ucan/Cargo.toml +++ b/ucan/Cargo.toml @@ -30,7 +30,7 @@ cid = "0.9" futures = "0.3" instant = { version = "0.1", features = ["wasm-bindgen", "stdweb"] } libipld-core = { version = "0.15", features = ["serde-codec", "serde"] } -libipld-json = "0.15" +libipld-json = "0.16" log = "0.4" rand = "0.8" serde = { version = "1.0", features = ["derive"] }