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>
14 lines
228 B
TOML
14 lines
228 B
TOML
[package]
|
|
name = "rust"
|
|
version = "0.1.0"
|
|
authors = ["FrontMage <xbgxwh@outlook.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rocket = "0.4.7"
|
|
rocket_contrib = "0.4.0-rc.2"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0.70"
|
|
serde = "1.0.70"
|
|
|