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

4
Cargo.lock generated
View file

@ -3696,9 +3696,9 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.1"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
"mime",
"unicase",

View file

@ -43,7 +43,7 @@ style_traits = { path = "../style_traits" }
surfman = { version = "0.4", features = ["sm-angle","sm-angle-default"] }
surfman-chains = "0.6"
surfman-chains-api = "0.2"
time = { version = "0.1.0", optional = true }
time = { version = "0.1.41", optional = true }
webrender = { git = "https://github.com/servo/webrender" }
webrender_api = { git = "https://github.com/servo/webrender" }
webrender_surfman = { path = "../webrender_surfman" }

View file

@ -28,6 +28,6 @@ serde_bytes = "0.11"
servo_config = { path = "../config" }
sparkle = "0.1"
style = { path = "../style" }
time = { version = "0.1.0", optional = true }
time = { version = "0.1.41", optional = true }
webrender_api = { git = "https://github.com/servo/webrender" }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }

View file

@ -37,7 +37,7 @@ servo-media = { git = "https://github.com/servo/media" }
servo_geometry = { path = "../geometry" }
servo_url = { path = "../url" }
style_traits = { path = "../style_traits" }
time = "0.1.17"
time = "0.1.41"
webrender = { git = "https://github.com/servo/webrender", features = ["capture"] }
webrender_api = { git = "https://github.com/servo/webrender" }
webrender_surfman = { path = "../webrender_surfman" }

View file

@ -34,7 +34,7 @@ servo_atoms = { path = "../atoms" }
servo_url = { path = "../url" }
smallvec = { version = "0.6", features = ["std", "union"] }
style = { path = "../style", features = ["servo"] }
time = "0.1.12"
time = "0.1.41"
ucd = "0.1.1"
unicode-bidi = { version = "0.3", features = ["with_serde"] }
unicode-script = "0.5"

View file

@ -48,5 +48,5 @@ servo_config = { path = "../config" }
servo_url = { path = "../url" }
style = { path = "../style" }
style_traits = { path = "../style_traits" }
time = "0.1.17"
time = "0.1.41"
webrender_api = { git = "https://github.com/servo/webrender" }

View file

@ -45,7 +45,7 @@ smallbitvec = "2.3.0"
smallvec = "1.0"
string_cache = { version = "0.8", optional = true }
thin-slice = "0.1.0"
time = { version = "0.1.17", optional = true }
time = { version = "0.1.41", optional = true }
url = { version = "2.0", optional = true }
uuid = { version = "0.8", features = ["v4"], optional = true }
void = "1.0.2"

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"

View file

@ -17,5 +17,4 @@ log = "0.4"
serde = "1.0"
servo_config = { path = "../config" }
signpost = { git = "https://github.com/pcwalton/signpost.git" }
time = "0.1.12"
time = "0.1.41"

View file

@ -107,7 +107,7 @@ style_traits = { path = "../style_traits" }
swapper = "0.1"
tempfile = "3"
tendril = { version = "0.4.1", features = ["encoding_rs"] }
time = "0.1.12"
time = "0.1.41"
unicode-bidi = "0.3.4"
unicode-segmentation = "1.1.0"
url = "2.0"

View file

@ -39,7 +39,7 @@ servo_atoms = { path = "../atoms" }
servo_url = { path = "../url" }
smallvec = "0.6"
style_traits = { path = "../style_traits", features = ["servo"] }
time = "0.1.12"
time = "0.1.41"
uuid = { version = "0.8", features = ["v4"] }
webdriver = "0.40"
webgpu = { path = "../webgpu" }