diff --git a/CHANGELOG.md b/CHANGELOG.md index 766ff59..f6982a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- deps(deps): bump serde_json from 1.0.150 to 1.0.151 ([#94](https://github.com/apalis-dev/apalis-redis/pull/94)) - deps(deps): bump redis from 1.2.4 to 1.3.0 ([#88](https://github.com/apalis-dev/apalis-redis/pull/88)) - ci(deps): bump actions/cache from 5 to 6 ([#87](https://github.com/apalis-dev/apalis-redis/pull/87)) - deps(deps): bump log from 0.4.32 to 0.4.33 ([#86](https://github.com/apalis-dev/apalis-redis/pull/86)) diff --git a/Cargo.lock b/Cargo.lock index 79c5bb4..f478ef7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,9 +1184,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.150" +version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" +checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" dependencies = [ "itoa", "memchr",