Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 4a5bf65 commit eca769c
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 @@ -20,6 +20,6 @@ base64 = "0.22.0"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli"] }
secrecy = "0.8.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
thiserror = "1.0.58"
tracing = { optional = true, version = "0.1.40" }

0 comments on commit eca769c

Please sign in to comment.