Skip to content

Commit 4135729

Browse files
turner-hemmerclaude
andcommitted
chore: pin serde_json to GCP SDK compatible version
Pin serde_json to 1.0.132, the minimum version required by Google Cloud Platform Storage SDK. ## Changes - runtime/Cargo.toml: Pin serde_json to "1.0.132" - Cargo.lock: Updated to use compatible version (1.0.145) ## Rationale - GCP Storage SDK requires serde_json >= 1.0.132 - Pin ensures explicit compatibility with GCP SDK - Version 1.0.145 satisfies the 1.0.132 constraint Part of #3 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d839014 commit 4135729

File tree

2 files changed

+11
-64
lines changed

2 files changed

+11
-64
lines changed

kclvm/Cargo.lock

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

kclvm/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
kclvm-primitives = { path = "../primitives" }
88
kclvm_runtime_internal_macros = { path = "./internal_macros" }
9-
serde_json = "^1.0.132"
9+
serde_json = "1.0.132"
1010
serde = { version = "1", features = ["derive"] }
1111
serde_yaml_ng = "0.10.0"
1212
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)