build(deps): bump serde_json from 1.0.108 to 1.0.109 (#271)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2024-05-05 20:15:26 +10:00 committed by GitHub
parent 8af9ed52a5
commit 751496cd3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1012,9 +1012,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.108" version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -21,7 +21,7 @@ itertools = "0.12.0"
futures = "0.3.26" futures = "0.3.26"
pythonize = "0.20.0" pythonize = "0.20.0"
serde = "1.0" serde = "1.0"
serde_json = "1.0.91" serde_json = "1.0.109"
[dependencies.pyo3] [dependencies.pyo3]
version = "0.20.0" version = "0.20.0"