From 13bfd425988a7097dff394a069011e5d3b4d143e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:09:54 +0000 Subject: [PATCH] chore(deps): bump the claw-cargo-minor-patch group Bumps the claw-cargo-minor-patch group in /1-Distributed-Systems/agents/claw/rust with 2 updates: [serde_json](https://github.com/serde-rs/json) and [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark). Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150) Updates `pulldown-cmark` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: claw-cargo-minor-patch - dependency-name: pulldown-cmark dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: claw-cargo-minor-patch ... Signed-off-by: dependabot[bot] --- 1-Distributed-Systems/agents/claw/rust/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/1-Distributed-Systems/agents/claw/rust/Cargo.lock b/1-Distributed-Systems/agents/claw/rust/Cargo.lock index 795dedd4..07b4a8b6 100644 --- a/1-Distributed-Systems/agents/claw/rust/Cargo.lock +++ b/1-Distributed-Systems/agents/claw/rust/Cargo.lock @@ -927,9 +927,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c3a14896dfa883796f1cb410461aef38810ea05f2b2c33c5aded3649095fdad" +checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" dependencies = [ "bitflags", "getopts", @@ -1339,9 +1339,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr",