Skip to content

Commit 348f4cd

Browse files
authored
Merge pull request #154 from xsnippet/chore/rocket-0.5.0
Bump Rocket version 0.5.0 final
2 parents 91c03a9 + e5b04e9 commit 348f4cd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ diesel-async = { version = "0.4.1", features = ["deadpool", "postgres"] }
2525
jsonwebtoken = "7.2.0"
2626
rand = "0.7.3"
2727
reqwest = { version = "0.11.2", features = ["json"] }
28-
rocket = { version = "0.5.0-rc.4", features = ["json"] }
28+
rocket = { version = "0.5.0", features = ["json"] }
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = "1.0"
3131
tracing = "0.1.25"

0 commit comments

Comments
 (0)