Bump all outdated dependencies

I’m pleasantly surprised that none of these required any (visible) code
change, but tests pass so let’s go with that. :)
This commit is contained in:
Emmanuel Gil Peyrot 2020-02-04 20:55:40 +01:00
parent 03e3a9fded
commit 6ce416e77c
24 changed files with 60 additions and 60 deletions

View File

@ -9,9 +9,9 @@ build = "build.rs"
crate-type = ["staticlib"] crate-type = ["staticlib"]
[dependencies] [dependencies]
font-kit = "0.4" font-kit = "0.5"
foreign-types = "0.3" foreign-types = "0.5"
gl = "0.6" gl = "0.14"
libc = "0.2" libc = "0.2"
[dependencies.pathfinder_canvas] [dependencies.pathfinder_canvas]
@ -46,4 +46,4 @@ metal = "0.17"
path = "../metal" path = "../metal"
[build-dependencies] [build-dependencies]
cbindgen = "0.8" cbindgen = "0.13"

View File

@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["rlib", "staticlib"] crate-type = ["rlib", "staticlib"]
[dependencies] [dependencies]
font-kit = { version = "0.4", optional = true } font-kit = { version = "0.5", optional = true }
[dependencies.pathfinder_color] [dependencies.pathfinder_color]
path = "../color" path = "../color"
@ -28,7 +28,7 @@ optional = true
[dependencies.skribo] [dependencies.skribo]
git = "https://github.com/linebender/skribo.git" git = "https://github.com/linebender/skribo.git"
rev = "03c63ac17bb93e29f82e959dac94027935a21159" rev = "f306037c36f596bba45cb9fd698ea53b6ca65e2e"
optional = true optional = true
[features] [features]
pf-text = ["pathfinder_text", "skribo", "font-kit"] pf-text = ["pathfinder_text", "skribo", "font-kit"]

View File

@ -5,10 +5,10 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
arrayvec = "0.4" arrayvec = "0.5"
bitflags = "1.0" bitflags = "1.0"
log = "0.4" log = "0.4"
smallvec = "0.6" smallvec = "1.2"
[dependencies.pathfinder_color] [dependencies.pathfinder_color]
path = "../color" path = "../color"

View File

@ -9,8 +9,8 @@ crate_type = ["cdylib"]
[dependencies] [dependencies]
egl = "0.2" egl = "0.2"
gl = "0.6" gl = "0.14"
jni = "0.11" jni = "0.14"
lazy_static = "1.3" lazy_static = "1.3"
[dependencies.pathfinder_demo] [dependencies.pathfinder_demo]

View File

@ -9,12 +9,12 @@ pf-gl = []
[dependencies] [dependencies]
clap = "2.32" clap = "2.32"
gl = "0.6" gl = "0.14"
rayon = "1.0" rayon = "1.0"
usvg = "0.8" usvg = "0.9"
[dependencies.image] [dependencies.image]
version = "0.21" version = "0.22"
default-features = false default-features = false
features = ["png_codec"] features = ["png_codec"]

View File

@ -5,14 +5,14 @@ edition = "2018"
authors = ["Alan Jeffrey <ajeffrey@mozilla.com>"] authors = ["Alan Jeffrey <ajeffrey@mozilla.com>"]
[dependencies] [dependencies]
gl = "0.6" gl = "0.14"
rayon = "1.0" rayon = "1.0"
usvg = "0.8" usvg = "0.9"
egl = "0.2" egl = "0.2"
log = "0.4" log = "0.4"
smallvec = "0.6" smallvec = "1.2"
glutin = { version = "0.19", optional = true } glutin = { version = "0.22", optional = true }
crossbeam-channel = "0.3" crossbeam-channel = "0.4"
[lib] [lib]
crate-type = ["cdylib"] crate-type = ["cdylib"]

View File

@ -9,12 +9,12 @@ pf-gl = ["pathfinder_demo/pf-gl"]
pf-no-simd = ["pathfinder_simd/pf-no-simd"] pf-no-simd = ["pathfinder_simd/pf-no-simd"]
[dependencies] [dependencies]
color-backtrace = "0.1" color-backtrace = "0.3"
gl = "0.6" gl = "0.14"
nfd = "0.0.4" nfd = "0.0.4"
pretty_env_logger = "0.3" pretty_env_logger = "0.4"
sdl2 = "0.32" sdl2 = "0.33"
sdl2-sys = "0.32" sdl2-sys = "0.33"
[dependencies.pathfinder_demo] [dependencies.pathfinder_demo]
path = "../common" path = "../common"
@ -32,11 +32,11 @@ path = "../../gpu"
path = "../../simd" path = "../../simd"
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]
foreign-types = "0.3" foreign-types = "0.5"
metal = "0.17" metal = "0.17"
[target.'cfg(target_os = "macos")'.dependencies.pathfinder_metal] [target.'cfg(target_os = "macos")'.dependencies.pathfinder_metal]
path = "../../metal" path = "../../metal"
[target.'cfg(not(windows))'.dependencies] [target.'cfg(not(windows))'.dependencies]
jemallocator = "0.1" jemallocator = "0.3"

View File

@ -5,7 +5,7 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
gl = "0.6" gl = "0.14"
glutin = "0.22" glutin = "0.22"
[dependencies.pathfinder_canvas] [dependencies.pathfinder_canvas]

View File

@ -5,12 +5,12 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
foreign-types = "0.3" foreign-types = "0.5"
gl = "0.6" gl = "0.14"
metal = "0.17" metal = "0.17"
objc = "0.2" objc = "0.2"
sdl2 = "0.32" sdl2 = "0.33"
sdl2-sys = "0.32" sdl2-sys = "0.33"
[dependencies.pathfinder_canvas] [dependencies.pathfinder_canvas]
features = ["pf-text"] features = ["pf-text"]

View File

@ -5,9 +5,9 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
gl = "0.6" gl = "0.14"
sdl2 = "0.32" sdl2 = "0.33"
sdl2-sys = "0.32" sdl2-sys = "0.33"
[dependencies.pathfinder_canvas] [dependencies.pathfinder_canvas]
path = "../../canvas" path = "../../canvas"

View File

@ -5,9 +5,9 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
gl = "0.6" gl = "0.14"
sdl2 = "0.32" sdl2 = "0.33"
sdl2-sys = "0.32" sdl2-sys = "0.33"
[dependencies.pathfinder_canvas] [dependencies.pathfinder_canvas]
features = ["pf-text"] features = ["pf-text"]

View File

@ -5,10 +5,10 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
font-kit = "0.4" font-kit = "0.5"
gl = "0.6" gl = "0.14"
sdl2 = "0.32" sdl2 = "0.33"
sdl2-sys = "0.32" sdl2-sys = "0.33"
[dependencies.pathfinder_canvas] [dependencies.pathfinder_canvas]
features = ["pf-text"] features = ["pf-text"]

View File

@ -5,9 +5,9 @@ authors = ["Jon Hardie <jon@hardiesoft.com>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
gl = "0.6" gl = "0.14"
sdl2 = "0.32" sdl2 = "0.33"
sdl2-sys = "0.32" sdl2-sys = "0.33"
swf-parser = "0.10" swf-parser = "0.10"
swf-types = "0.10" swf-types = "0.10"

View File

@ -8,7 +8,7 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
crate-type = ["rlib", "staticlib"] crate-type = ["rlib", "staticlib"]
[dependencies] [dependencies]
gl = "0.6" gl = "0.14"
half = "1.4" half = "1.4"
[dependencies.log] [dependencies.log]

View File

@ -8,7 +8,7 @@ edition = "2018"
half = "1.4" half = "1.4"
[dependencies.image] [dependencies.image]
version = "0.21" version = "0.22"
default-features = false default-features = false
features = ["png_codec"] features = ["png_codec"]

View File

@ -8,9 +8,9 @@ edition = "2018"
bitflags = "1.0" bitflags = "1.0"
byteorder = "1.3" byteorder = "1.3"
block = "0.1" block = "0.1"
cocoa = "0.19" cocoa = "0.20"
core-foundation = "0.6" core-foundation = "0.7"
foreign-types = "0.3" foreign-types = "0.5"
half = "1.4" half = "1.4"
metal = "0.17" metal = "0.17"
objc = "0.2" objc = "0.2"

View File

@ -7,11 +7,11 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[dependencies] [dependencies]
bitflags = "1.0" bitflags = "1.0"
byteorder = "1.2" byteorder = "1.2"
hashbrown = "0.1" hashbrown = "0.7"
rayon = "1.0" rayon = "1.0"
serde = "1.0" serde = "1.0"
serde_json = "1.0" serde_json = "1.0"
smallvec = "0.6" smallvec = "1.2"
[dependencies.log] [dependencies.log]
version = "0.4" version = "0.4"
@ -36,4 +36,4 @@ path = "../simd"
path = "../ui" path = "../ui"
[dev-dependencies] [dev-dependencies]
quickcheck = "0.8" quickcheck = "0.9"

View File

@ -6,7 +6,7 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[dependencies] [dependencies]
bitflags = "1.0" bitflags = "1.0"
usvg = "0.8" usvg = "0.9"
[dependencies.pathfinder_color] [dependencies.pathfinder_color]
path = "../color" path = "../color"

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies] [dependencies]
euclid = "0.20" euclid = "0.20"
font-kit = "0.4" font-kit = "0.5"
lyon_path = "0.14" lyon_path = "0.14"
[dependencies.pathfinder_content] [dependencies.pathfinder_content]
@ -20,4 +20,4 @@ path = "../renderer"
[dependencies.skribo] [dependencies.skribo]
git = "https://github.com/linebender/skribo.git" git = "https://github.com/linebender/skribo.git"
rev = "03c63ac17bb93e29f82e959dac94027935a21159" rev = "f306037c36f596bba45cb9fd698ea53b6ca65e2e"

View File

@ -10,7 +10,7 @@ serde_derive = "1.0"
serde_json = "1.0" serde_json = "1.0"
[dependencies.hashbrown] [dependencies.hashbrown]
version = "0.1" version = "0.7"
features = ["serde"] features = ["serde"]
[dependencies.pathfinder_color] [dependencies.pathfinder_color]

View File

@ -6,4 +6,4 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[dependencies] [dependencies]
clap = "2.30" clap = "2.30"
euclid = "0.20" euclid = "0.20"
image = "0.19" image = "0.22"

View File

@ -9,4 +9,4 @@ edition = "2018"
[dependencies] [dependencies]
pathfinder_export = { path = "../../export" } pathfinder_export = { path = "../../export" }
pathfinder_svg = { path = "../../svg" } pathfinder_svg = { path = "../../svg" }
usvg = "0.8" usvg = "0.9"

View File

@ -5,5 +5,5 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[dependencies] [dependencies]
clap = "2.27" clap = "2.27"
image = "0.19" log = "0.4"
log = "0.3" image = "0.22"

View File

@ -5,4 +5,4 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
usvg = "0.8" usvg = "0.9"