Skip to content

Commit

Permalink
Update Rust crate rocket to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent f006f4b commit a828cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ reqwest = { version = "0.11.20", default-features = false, features = [
"gzip",
] }
retry = "2.0"
rocket = { version = "0.5.0-rc.3", features = ["json"] }
rocket = { version = "0.5.0", features = ["json"] }
rocket_sync_db_pools = { version = "0.1.0-rc.3", features = [
"diesel_sqlite_pool",
] }
Expand Down
2 changes: 1 addition & 1 deletion mirror/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ reqwest = { version = "0.11", default-features = false, features = [
"gzip",
"blocking",
] }
rocket = { version = "0.5.0-rc.3", features = ["json", "tls"] }
rocket = { version = "0.5.0", features = ["json", "tls"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hex = { version = "0.4", default-features = false }
log = "0.4.19"
rand = { version = "0.8", default-features = false }
rand_core = "0.6.4"
rocket = { version = "0.5.0-rc.2", features = ["json"] }
rocket = { version = "0.5.0", features = ["json"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
structopt = "0.3"
Expand Down

0 comments on commit a828cde

Please sign in to comment.