chore(deps): update rust crate serde_json to 1.0.93 (#44)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-21 17:39:51 +03:00 committed by GitHub
parent e88f8e2843
commit 8e102b3e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version
fluence-app-service = { version = "0.23.1", features = ["raw-module-api"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.85"
serde_json = "1.0.93"
uuid = { version = "1.3.0", features = ["v4"] }
[workspace]