Commit 4135729
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
2 files changed
+11
-64
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments