1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00

Merge pull request #961 from actix/dependabot/cargo/serde_json-1.0.133

chore(deps): bump serde_json from 1.0.132 to 1.0.133
This commit is contained in:
Rob Ede 2024-12-10 11:44:37 +00:00 committed by GitHub
commit 5680903455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -7001,9 +7001,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.132" version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [ dependencies = [
"indexmap 2.5.0", "indexmap 2.5.0",
"itoa", "itoa",