Skip to content

Commit dfe4fb9

Browse files
Update rocket requirement from =0.5.0 to =0.5.1
Updates the requirements on [rocket](https://github.com/rwf2/Rocket) to permit the latest version. - [Release notes](https://github.com/rwf2/Rocket/releases) - [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md) - [Commits](rwf2/Rocket@v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: rocket dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b3ad81 commit dfe4fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ publish = true
1616
base64 = "0.21.5"
1717
bcrypt = "0.15.0"
1818
rand = "0.8.5"
19-
rocket = { version = "=0.5.0", features = ["secrets"] }
19+
rocket = { version = "=0.5.1", features = ["secrets"] }

0 commit comments

Comments
 (0)