Skip to content

Commit 101335e

Browse files
chore: Bump rocket from 0.5.0-rc.3 to 0.5.0-rc.4
Bumps [rocket](https://github.com/SergioBenitez/Rocket) from 0.5.0-rc.3 to 0.5.0-rc.4. - [Release notes](https://github.com/SergioBenitez/Rocket/releases) - [Changelog](https://github.com/SergioBenitez/Rocket/blob/v0.5.0-rc.4/CHANGELOG.md) - [Commits](rwf2/Rocket@v0.5.0-rc.3...v0.5.0-rc.4) --- updated-dependencies: - dependency-name: rocket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3f30ae commit 101335e

File tree

2 files changed

+44
-58
lines changed

2 files changed

+44
-58
lines changed

Cargo.lock

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

examples/test-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.2.14"
88

99
[dependencies]
1010
rand = "0.8.5"
11-
rocket = {version = "0.5.0-rc.3", features = ["json"]}
11+
rocket = {version = "0.5.0-rc.4", features = ["json"]}
1212
serde = {version = "1.0.190", features = ["derive"]}
1313
serde_json = "1.0.108"
1414
uuid = {version = "1.5.0", features = ["v4"]}

0 commit comments

Comments
 (0)