chore(deps): update sonic-rs requirement from 0.3.5 to 0.5.1 (#1052)
Some checks failed
CI / check (map[name:poem path:poem]) (push) Has been cancelled
CI / check (map[name:poem-derive path:poem-derive]) (push) Has been cancelled
CI / check (map[name:poem-grpc path:poem-grpc]) (push) Has been cancelled
CI / check (map[name:poem-grpc-build path:poem-grpc-build]) (push) Has been cancelled
CI / check (map[name:poem-lambda path:poem-lambda]) (push) Has been cancelled
CI / check (map[name:poem-mcpserver path:poem-mcpserver]) (push) Has been cancelled
CI / check (map[name:poem-mcpserver-macros path:poem-mcpserver-macros]) (push) Has been cancelled
CI / check (map[name:poem-openapi path:poem-openapi]) (push) Has been cancelled
CI / check (map[name:poem-openapi-derive path:poem-openapi-derive]) (push) Has been cancelled
CI / check-examples (push) Has been cancelled
Code Coverage / cover (push) Has been cancelled

Updates the requirements on [sonic-rs](https://github.com/cloudwego/sonic-rs) to permit the latest version.
- [Release notes](https://github.com/cloudwego/sonic-rs/releases)
- [Commits](https://github.com/cloudwego/sonic-rs/compare/0.3.5...0.3.17)

---
updated-dependencies:
- dependency-name: sonic-rs
  dependency-version: 0.3.17
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-12 13:52:45 +08:00
committed by GitHub
parent 9a26f9b83e
commit 7c512f5dcd

View File

@@ -34,7 +34,7 @@ quote = "1.0.9"
syn = { version = "2.0" }
tokio = "1.39.1"
serde_json = "1.0.68"
sonic-rs = "0.3.5"
sonic-rs = "0.5.1"
serde = { version = "1.0.130", features = ["derive"] }
thiserror = "2.0"
regex = "1.5.5"