Skip to content

Commit

Permalink
build(deps): updated rocket to v0.5.0 and rocket_cors to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 2, 2023
1 parent 298e798 commit df0abb1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
49 changes: 23 additions & 26 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions aw-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ name = "aw-server"
path = "src/main.rs"

[dependencies]
rocket = { version = "0.5.0-rc.3", features = ["json"] }
rocket_cors = { version = "0.6.0-alpha2" }
rocket = { version = "0.5.0", features = ["json"] }
rocket_cors = { version = "0.6.0" }
multipart = { version = "0.18", default-features = false, features = ["server"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit df0abb1

Please sign in to comment.