Skip to content

Commit

Permalink
Switch to rocket 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-C committed Nov 27, 2023
1 parent 9b59ede commit 0dbcf42
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 46 deletions.
99 changes: 56 additions & 43 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rocket = { version = "=0.5.0-rc.3", features = ["json"] }
rocket = { version = "0.5", features = ["json"] }
rust_jarm = "0.3"
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.4"
regex = "1.7"
csv = "1.3"
openssl = { version = "~0.10.55", features = ["vendored"] } # Required for sentry
sentry = "0.31"
rocket-sentry = "0.16.0"
rocket-sentry = "0.16"
redis = "0.23.3"



[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.73-bullseye as build-stage
FROM rust:1.74-bullseye as build-stage

ARG BUILD_TARGET="x86_64-unknown-linux-musl"
ARG BUILD_OPTIONS="--release --target $BUILD_TARGET"
Expand Down

0 comments on commit 0dbcf42

Please sign in to comment.