Compare commits

...

3 Commits

Author SHA1 Message Date
Pierre Hubert 1bb70ed7a1 Update Rust crate serde_json to v1.0.117
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2024-05-08 00:24:55 +00:00
Pierre Hubert 5008d9a335 Update Rust crate serde_json to v1.0.116
continuous-integration/drone/push Build is passing Details
2024-05-07 00:17:09 +00:00
Pierre Hubert 044b61ff00 Update Rust crate serde to v1.0.200
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2024-05-07 00:05:11 +00:00
1 changed files with 6 additions and 6 deletions

12
Cargo.lock generated
View File

@ -884,18 +884,18 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.198"
version = "1.0.200"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.198"
version = "1.0.200"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb"
dependencies = [
"proc-macro2",
"quote",
@ -904,9 +904,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.115"
version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
"itoa",
"ryu",