fix(deps): update rust crate serde_json to 1.0.115 (#52)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-26 17:40:41 +05:30 committed by GitHub
parent 7207b2cb1c
commit 371d48cc9c
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

@ -565,9 +565,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.114"
version = "1.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
dependencies = [
"itoa",
"ryu",

View File

@ -18,7 +18,7 @@ rust-version = "1.64.0"
thiserror = ">=1.0.2"
serde = { version = "1.0.197", default-features = false }
serde_derive = "1.0.197"
serde_json = "1.0.114"
serde_json = "1.0.115"
ureq = { version = "2.9.6", features = ["json"] }
uuid.workspace = true