mirror of https://github.com/rwf2/Rocket.git
Update 'base64', 'crossbeam', 'rand' dependencies.
This commit is contained in:
parent
af84f60bb8
commit
76c830a467
|
@ -29,7 +29,7 @@ num_cpus = "1.0"
|
||||||
state = "0.4.1"
|
state = "0.4.1"
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
memchr = "2" # TODO: Use pear instead.
|
memchr = "2" # TODO: Use pear instead.
|
||||||
base64 = "0.9"
|
base64 = "0.10"
|
||||||
pear = "0.1"
|
pear = "0.1"
|
||||||
isatty = "0.1"
|
isatty = "0.1"
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,5 @@ workspace = "../.."
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam = "0.4"
|
crossbeam = "0.5"
|
||||||
rocket = { path = "../../core/lib" }
|
rocket = { path = "../../core/lib" }
|
||||||
|
|
|
@ -6,4 +6,4 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { path = "../../core/lib" }
|
rocket = { path = "../../core/lib" }
|
||||||
rand = "0.5"
|
rand = "0.6"
|
||||||
|
|
|
@ -15,7 +15,7 @@ log = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
parking_lot = { version = "0.6", features = ["nightly"] }
|
parking_lot = { version = "0.6", features = ["nightly"] }
|
||||||
rand = "0.5"
|
rand = "0.6"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
[dependencies.rocket_contrib]
|
||||||
path = "../../contrib/lib"
|
path = "../../contrib/lib"
|
||||||
|
|
Loading…
Reference in New Issue