fix(deps): update rust crate serde_json to 1.0.116
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-16 06:14:28 +00:00
parent 4129b15594
commit fe49f0209f
2 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,6 @@ futures = "0.3.30"
reqwest = {version = "0.12.3", default-features = false, features = ["json", "rustls-tls"]}
itertools = "0.12.1"
regex = "1.10.4"
serde_json = "1.0.115"
serde_json = "1.0.116"
dagger-sdk = "0.9.8"
backon = "0.4.4"