-
-
Notifications
You must be signed in to change notification settings - Fork 1
deps(deps): bump the serde-stack group across 1 directory with 2 updates #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,7 +66,7 @@ semver = { version = "^1.0.27" } # 2025-11-03 sw: version range evaluation for d | |
|
|
||
| # Tier 0 — cryptography, serialization, dedup core (2025-11-03 sw; see docs/dependency-security.md#tier-0) | ||
| serde = { version = "=1.0.228", features = ["derive"] } # 2025-11-03 sw: canonical serialization; CT reviewed | ||
| serde_json = { version = "=1.0.145" } # 2025-11-03 sw: deterministic JSON for protocol surfaces | ||
| serde_json = { version = "=1.0.149" } # 2025-11-03 sw: deterministic JSON for protocol surfaces | ||
| serde_yaml = { version = "0.9" } # YAML parsing for CLI policies | ||
| blake3 = { version = "=1.8.3" } # 2025-11-03 sw: convergent hash, SIMD constant-time per upstream audit | ||
| bloomfilter = { version = "=1.0.13" } # 2025-11-03 sw: dedupe candidate screening, bounded memory | ||
|
|
@@ -98,7 +98,7 @@ libp2p-tcp = { version = "=0.41.0", default-features = false, features = ["tokio | |
| libp2p-noise = { version = "=0.44.0" } # 2025-11-16 sw: Noise handshake | ||
| libp2p-yamux = { version = "=0.45.2" } # 2025-11-16 sw: Yamux multiplexer | ||
| multiaddr = { version = "=0.18.2" } # 2025-11-16 sw: Multiaddr /ip4/... format | ||
| bincode = { version = "=1.3.3" } # 2025-11-16 sw: Binary serialization for gossip messages | ||
| bincode = { version = "=2.0.1" } # 2025-11-16 sw: Binary serialization for gossip messages | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrading to Severity: high Other Locations
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage. |
||
| bytes = { version = "^1.10.1" } # 2025-11-16 sw: Zero-copy byte buffers | ||
| rand = { version = "=0.8.6" } # 2026-05-08 sw: Random peer selection for gossip; includes RUSTSEC-2026-0097 fix | ||
| backoff = { version = "=0.4.0" } # 2025-11-16 sw: Retry logic with exponential backoff | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
serde_json1.0.149 changes float-to-string formatting internals (Ryū → Żmij) and also tweaksarbitrary_precisionnumber string formatting; if any JSON output is used as canonical bytes for hashing/signing or protocol compatibility, this bump could change results. Consider validating any protocol/persistence paths that rely on deterministic JSON serialization.Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.