From a213a221f9b70a9e9577cbcac821197e9456f2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:54:10 +0000 Subject: [PATCH] chore(rust): Bump links-notation from 0.16.1 to 0.19.0 in /rust Bumps [links-notation](https://github.com/link-foundation/links-notation) from 0.16.1 to 0.19.0. - [Release notes](https://github.com/link-foundation/links-notation/releases) - [Changelog](https://github.com/link-foundation/links-notation/blob/main/CHANGELOG.md) - [Commits](https://github.com/link-foundation/links-notation/compare/js_0.16.1...js_0.19.0) --- updated-dependencies: - dependency-name: links-notation dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3a514d5..e7b605f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -16,9 +16,9 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "links-notation" -version = "0.16.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0068a55e836850caf98abf96117045ab641af446ab0816557360b318fd9e5cfe" +checksum = "127281aff606cfbaf9a4d4f1b93c60b80b1412ba2c4746d97e3cce19d8170088" dependencies = [ "links-notation-macro", "nom", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6d96227..e7512f2 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["links-notation", "serialization", "codec", "object-graph", "circula categories = ["encoding", "parser-implementations"] [dependencies] -links-notation = "0.16.1" +links-notation = "0.19.0" base64 = "0.23.1" [dev-dependencies]