Skip to content

Commit

Permalink
Update 'base64', 'crossbeam', 'rand' dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Nov 18, 2018
1 parent af84f60 commit 76c830a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ num_cpus = "1.0"
state = "0.4.1"
time = "0.1"
memchr = "2" # TODO: Use pear instead.
base64 = "0.9"
base64 = "0.10"
pear = "0.1"
isatty = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion examples/managed_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ workspace = "../.."
publish = false

[dependencies]
crossbeam = "0.4"
crossbeam = "0.5"
rocket = { path = "../../core/lib" }
2 changes: 1 addition & 1 deletion examples/pastebin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ publish = false

[dependencies]
rocket = { path = "../../core/lib" }
rand = "0.5"
rand = "0.6"
2 changes: 1 addition & 1 deletion examples/todo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4"

[dev-dependencies]
parking_lot = { version = "0.6", features = ["nightly"] }
rand = "0.5"
rand = "0.6"

[dependencies.rocket_contrib]
path = "../../contrib/lib"
Expand Down

0 comments on commit 76c830a

Please sign in to comment.