Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.115
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 49dc64e commit f1c0440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outlook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ base64 = "0.21.0"
reqwest = { version = "0.11.27", features = ["rustls", "rustls-tls", "gzip", "brotli"], default-features = false }
secrecy = "0.8.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.96"
serde_json = "1.0.115"
thiserror = "1.0.58"
tracing = { optional = true, version = "0.1.40" }

0 comments on commit f1c0440

Please sign in to comment.