Skip to content

Commit

Permalink
Bump rocket and rocket_contrib from 0.4.5 to 0.4.6 (mobilecoinfoundat…
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming authored Dec 24, 2020
1 parent b7ae3d3 commit ed35864
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions admin-http-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ mc-util-grpc = { path = "../util/grpc" }
mc-util-uri = { path = "../util/uri" }

grpcio = "0.6.0"
rocket = { version = "0.4.4", default-features = false }
rocket_contrib = { version = "0.4.4", default-features = false, features = ["json"] }
rocket = { version = "0.4.6", default-features = false }
rocket_contrib = { version = "0.4.6", default-features = false, features = ["json"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions mobilecoind-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ mc-util-grpc = { path = "../util/grpc" }

grpcio = "0.6.0"
hex = "0.4"
rocket = { version = "0.4.5", default-features = false }
rocket_contrib = { version = "0.4.5", default-features = false, features = ["json"] }
rocket = { version = "0.4.6", default-features = false }
rocket_contrib = { version = "0.4.6", default-features = false, features = ["json"] }
serde = "1.0"
serde_derive = "1.0"
structopt = "0.3"
Expand Down

0 comments on commit ed35864

Please sign in to comment.