Skip to content

Commit

Permalink
Merge pull request #36 from LeoniePhiline/renovate/patch-serde-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde to 1.0.200
  • Loading branch information
LeoniePhiline committed May 1, 2024
2 parents b47a836 + 27b6839 commit e16ce48
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 @@ -19,7 +19,7 @@ async-trait = "0.1.80"
base64 = "0.22.1"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli"] }
secrecy = "0.8.0"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.59"
tracing = { optional = true, version = "0.1.40" }

0 comments on commit e16ce48

Please sign in to comment.