Bump time to latest v0.1.x version.

This commit is contained in:
teymour-aldridge 2021-06-25 17:19:14 +01:00
parent 9d1af2ac7b
commit 5b2cd844d7
No known key found for this signature in database
GPG key ID: 00D1DE4A3693A341
11 changed files with 13 additions and 14 deletions

View file

@ -41,7 +41,7 @@ log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
mime = "0.3"
mime_guess = "2.0.0"
mime_guess = "2.0.3"
msg = { path = "../msg" }
net_traits = { path = "../net_traits" }
openssl = "0.10"
@ -56,7 +56,7 @@ servo_allocator = { path = "../allocator" }
servo_arc = { path = "../servo_arc" }
servo_config = { path = "../config" }
servo_url = { path = "../url" }
time = "0.1.17"
time = "0.1.41"
tokio = "0.1"
tokio2 = { version = "0.2", package = "tokio", features = ["sync", "macros", "rt-threaded"] }
tungstenite = "0.11"