Skip to content

Commit 126cfea

Browse files
committed
Fixes dependabot issues, mostly via lockfile
Specifically, deals with CVE-2025-4574, GHSA-4fcv-w3qc-ppgg, and GHSA-255r-3prx-mf99
1 parent 2a2287c commit 126cfea

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

Cargo.lock

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/serialization-tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ ron = { version = "0.8.1" }
1919
[dev-dependencies]
2020
serde_json = { version = "1.0.40" }
2121
# Old version to work with Rust 1.64+
22-
rmp = { version = "=0.8.10" }
22+
rmp = { version = "0.8.10" }
2323
# Old version to work with Rust 1.64+
24-
rmp-serde = { version = "0.14" }
24+
rmp-serde = { version = "1.3" }

0 commit comments

Comments
 (0)