Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.109
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 8d9fdc2 commit 813cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-trait = "0.1.75"
reqwest = { version = "0.11", features = ["json", "multipart", "stream"], default-features = false }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
serde_json = "1.0.108"
serde_json = "1.0.109"
serde = { version = "1.0.193", features = ["derive"] }
url = "2.5.0"
oauth2 = { version = "4.4" }
Expand Down

0 comments on commit 813cd0b

Please sign in to comment.