build(deps): bump serde_json from 1.0.117 to 1.0.120 (#306)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2024-07-02 09:02:14 +10:00 committed by GitHub
parent b58f2c433d
commit 5e77742920
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

@ -1039,9 +1039,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.117" version = "1.0.120"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -21,7 +21,7 @@ itertools = "0.13.0"
futures = "0.3.30" futures = "0.3.30"
pythonize = "0.21.0" pythonize = "0.21.0"
serde = "1.0" serde = "1.0"
serde_json = "1.0.117" serde_json = "1.0.120"
[dependencies.pyo3] [dependencies.pyo3]
version = "0.21.0" version = "0.21.0"