diff --git a/Cargo.lock b/Cargo.lock index 17f1f59..d781c2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,12 +417,6 @@ version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" -[[package]] -name = "ryu" -version = "1.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" - [[package]] name = "serde" version = "1.0.228" @@ -455,15 +449,15 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.147" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4" dependencies = [ "itoa", "memchr", - "ryu", "serde", "serde_core", + "zmij", ] [[package]] @@ -800,3 +794,9 @@ name = "windows_x86_64_msvc" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "zmij" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e404bcd8afdaf006e529269d3e85a743f9480c3cef60034d77860d02964f3ba" diff --git a/Cargo.toml b/Cargo.toml index f5f21ab..b3a15dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ exclude = [ [dependencies] serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.145" +serde_json = "1.0.147" lambda_runtime = "1.0.2" [dev-dependencies] diff --git a/PRLOG.md b/PRLOG.md index 53831c4..764b842 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update dependency toolkit to v3(pr [#124]) - deps: update rust crate lambda_runtime to 1.0.2(pr [#121]) +- deps: update rust crate serde_json to 1.0.147(pr [#122]) ## [0.2.37] - 2025-11-28 @@ -413,6 +414,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#119]: https://github.com/jerus-org/lambda_sqs/pull/119 [#124]: https://github.com/jerus-org/lambda_sqs/pull/124 [#121]: https://github.com/jerus-org/lambda_sqs/pull/121 +[#122]: https://github.com/jerus-org/lambda_sqs/pull/122 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.37...HEAD [0.2.37]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...v0.2.37 [0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36