Skip to content

Commit

Permalink
Merge pull request #39 from tonymushah/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_json to 1.0.107
  • Loading branch information
tonymushah authored Sep 19, 2023
2 parents 7e40861 + 7e9273b commit d059f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ uuid = { version = "1.4.1", features = ["serde", "v4"] }
url = { version = "2.4.1", features = ["serde"] }
mangadex-api = { version = "2.3.1", default-features = false, features = ["multi-thread", "utils", "deserializable-endpoint"] }
anyhow = "1.0.75"
serde_json = "1.0.106"
serde_json = "1.0.107"
tokio = { version = "1.32.0", features = ["full"] }
actix-web = { version = "4" }
mangadex-api-schema-rust = { version = "0.4.1", default-features = false, features = ["serialize"] }
Expand Down

0 comments on commit d059f15

Please sign in to comment.