Skip to content

Commit

Permalink
Update Rust crate rocket_contrib to 0.4.11 (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2022
1 parent 2b80252 commit 24a6679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rayon = "1.5"
reqwest = { version = "0.11.12", default-features = false, features = ["rustls-tls", "gzip"] }
retry = "1.3"
rocket = { version = "0.4.11", default-features = false }
rocket_contrib = { version = "0.4.5", default-features = false, features = ["json", "diesel_sqlite_pool"] }
rocket_contrib = { version = "0.4.11", default-features = false, features = ["json", "diesel_sqlite_pool"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
serde-big-array = "0.4.1"
serde_derive = "1.0"
Expand Down

0 comments on commit 24a6679

Please sign in to comment.