Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
4913d55a72 Bump rocket from 0.4.0-rc.2 to 0.4.7 in /bundler/rust/assets
Bumps [rocket](https://github.com/SergioBenitez/Rocket) from 0.4.0-rc.2 to 0.4.7.
- [Release notes](https://github.com/SergioBenitez/Rocket/releases)
- [Changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SergioBenitez/Rocket/compare/v0.4.0-rc.2...v0.4.7)

---
updated-dependencies:
- dependency-name: rocket
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 04:19:23 +00:00
2 changed files with 653 additions and 353 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@ authors = ["FrontMage <xbgxwh@outlook.com>"]
edition = "2018"
[dependencies]
rocket = "0.4.0-rc.2"
rocket = "0.4.7"
rocket_contrib = "0.4.0-rc.2"
serde_json = "1.0"
serde_derive = "1.0.70"