From 6ce416e77c3df8d6c193e8680fd15a0de8b89d63 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 4 Feb 2020 20:55:40 +0100 Subject: [PATCH] Bump all outdated dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m pleasantly surprised that none of these required any (visible) code change, but tests pass so let’s go with that. :) --- c/Cargo.toml | 8 ++++---- canvas/Cargo.toml | 4 ++-- content/Cargo.toml | 4 ++-- demo/android/rust/Cargo.toml | 4 ++-- demo/common/Cargo.toml | 6 +++--- demo/magicleap/Cargo.toml | 10 +++++----- demo/native/Cargo.toml | 14 +++++++------- examples/canvas_glutin_minimal/Cargo.toml | 2 +- examples/canvas_metal_minimal/Cargo.toml | 8 ++++---- examples/canvas_minimal/Cargo.toml | 6 +++--- examples/canvas_moire/Cargo.toml | 6 +++--- examples/canvas_text/Cargo.toml | 8 ++++---- examples/swf_basic/Cargo.toml | 6 +++--- gl/Cargo.toml | 2 +- gpu/Cargo.toml | 2 +- metal/Cargo.toml | 6 +++--- renderer/Cargo.toml | 6 +++--- svg/Cargo.toml | 2 +- text/Cargo.toml | 4 ++-- ui/Cargo.toml | 2 +- utils/area-lut/Cargo.toml | 2 +- utils/convert/Cargo.toml | 2 +- utils/gamma-lut/Cargo.toml | 4 ++-- utils/svg-to-skia/Cargo.toml | 2 +- 24 files changed, 60 insertions(+), 60 deletions(-) diff --git a/c/Cargo.toml b/c/Cargo.toml index b515200c..6d89ef59 100644 --- a/c/Cargo.toml +++ b/c/Cargo.toml @@ -9,9 +9,9 @@ build = "build.rs" crate-type = ["staticlib"] [dependencies] -font-kit = "0.4" -foreign-types = "0.3" -gl = "0.6" +font-kit = "0.5" +foreign-types = "0.5" +gl = "0.14" libc = "0.2" [dependencies.pathfinder_canvas] @@ -46,4 +46,4 @@ metal = "0.17" path = "../metal" [build-dependencies] -cbindgen = "0.8" +cbindgen = "0.13" diff --git a/canvas/Cargo.toml b/canvas/Cargo.toml index 9a6b92db..ff5d59b9 100644 --- a/canvas/Cargo.toml +++ b/canvas/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" crate-type = ["rlib", "staticlib"] [dependencies] -font-kit = { version = "0.4", optional = true } +font-kit = { version = "0.5", optional = true } [dependencies.pathfinder_color] path = "../color" @@ -28,7 +28,7 @@ optional = true [dependencies.skribo] git = "https://github.com/linebender/skribo.git" -rev = "03c63ac17bb93e29f82e959dac94027935a21159" +rev = "f306037c36f596bba45cb9fd698ea53b6ca65e2e" optional = true [features] pf-text = ["pathfinder_text", "skribo", "font-kit"] diff --git a/content/Cargo.toml b/content/Cargo.toml index 29231f79..3eecb427 100644 --- a/content/Cargo.toml +++ b/content/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Patrick Walton "] edition = "2018" [dependencies] -arrayvec = "0.4" +arrayvec = "0.5" bitflags = "1.0" log = "0.4" -smallvec = "0.6" +smallvec = "1.2" [dependencies.pathfinder_color] path = "../color" diff --git a/demo/android/rust/Cargo.toml b/demo/android/rust/Cargo.toml index b9d3be63..670ea011 100644 --- a/demo/android/rust/Cargo.toml +++ b/demo/android/rust/Cargo.toml @@ -9,8 +9,8 @@ crate_type = ["cdylib"] [dependencies] egl = "0.2" -gl = "0.6" -jni = "0.11" +gl = "0.14" +jni = "0.14" lazy_static = "1.3" [dependencies.pathfinder_demo] diff --git a/demo/common/Cargo.toml b/demo/common/Cargo.toml index 3aafed44..33b8f58a 100644 --- a/demo/common/Cargo.toml +++ b/demo/common/Cargo.toml @@ -9,12 +9,12 @@ pf-gl = [] [dependencies] clap = "2.32" -gl = "0.6" +gl = "0.14" rayon = "1.0" -usvg = "0.8" +usvg = "0.9" [dependencies.image] -version = "0.21" +version = "0.22" default-features = false features = ["png_codec"] diff --git a/demo/magicleap/Cargo.toml b/demo/magicleap/Cargo.toml index f8ab3f71..2cb744f4 100644 --- a/demo/magicleap/Cargo.toml +++ b/demo/magicleap/Cargo.toml @@ -5,14 +5,14 @@ edition = "2018" authors = ["Alan Jeffrey "] [dependencies] -gl = "0.6" +gl = "0.14" rayon = "1.0" -usvg = "0.8" +usvg = "0.9" egl = "0.2" log = "0.4" -smallvec = "0.6" -glutin = { version = "0.19", optional = true } -crossbeam-channel = "0.3" +smallvec = "1.2" +glutin = { version = "0.22", optional = true } +crossbeam-channel = "0.4" [lib] crate-type = ["cdylib"] diff --git a/demo/native/Cargo.toml b/demo/native/Cargo.toml index d1040452..39eac0f9 100644 --- a/demo/native/Cargo.toml +++ b/demo/native/Cargo.toml @@ -9,12 +9,12 @@ pf-gl = ["pathfinder_demo/pf-gl"] pf-no-simd = ["pathfinder_simd/pf-no-simd"] [dependencies] -color-backtrace = "0.1" -gl = "0.6" +color-backtrace = "0.3" +gl = "0.14" nfd = "0.0.4" -pretty_env_logger = "0.3" -sdl2 = "0.32" -sdl2-sys = "0.32" +pretty_env_logger = "0.4" +sdl2 = "0.33" +sdl2-sys = "0.33" [dependencies.pathfinder_demo] path = "../common" @@ -32,11 +32,11 @@ path = "../../gpu" path = "../../simd" [target.'cfg(target_os = "macos")'.dependencies] -foreign-types = "0.3" +foreign-types = "0.5" metal = "0.17" [target.'cfg(target_os = "macos")'.dependencies.pathfinder_metal] path = "../../metal" [target.'cfg(not(windows))'.dependencies] -jemallocator = "0.1" +jemallocator = "0.3" diff --git a/examples/canvas_glutin_minimal/Cargo.toml b/examples/canvas_glutin_minimal/Cargo.toml index 6b6264ca..b0cb8215 100644 --- a/examples/canvas_glutin_minimal/Cargo.toml +++ b/examples/canvas_glutin_minimal/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Patrick Walton "] edition = "2018" [dependencies] -gl = "0.6" +gl = "0.14" glutin = "0.22" [dependencies.pathfinder_canvas] diff --git a/examples/canvas_metal_minimal/Cargo.toml b/examples/canvas_metal_minimal/Cargo.toml index c54b988a..3027d8ca 100644 --- a/examples/canvas_metal_minimal/Cargo.toml +++ b/examples/canvas_metal_minimal/Cargo.toml @@ -5,12 +5,12 @@ authors = ["Patrick Walton "] edition = "2018" [dependencies] -foreign-types = "0.3" -gl = "0.6" +foreign-types = "0.5" +gl = "0.14" metal = "0.17" objc = "0.2" -sdl2 = "0.32" -sdl2-sys = "0.32" +sdl2 = "0.33" +sdl2-sys = "0.33" [dependencies.pathfinder_canvas] features = ["pf-text"] diff --git a/examples/canvas_minimal/Cargo.toml b/examples/canvas_minimal/Cargo.toml index e14e1588..fa4f030e 100644 --- a/examples/canvas_minimal/Cargo.toml +++ b/examples/canvas_minimal/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Patrick Walton "] edition = "2018" [dependencies] -gl = "0.6" -sdl2 = "0.32" -sdl2-sys = "0.32" +gl = "0.14" +sdl2 = "0.33" +sdl2-sys = "0.33" [dependencies.pathfinder_canvas] path = "../../canvas" diff --git a/examples/canvas_moire/Cargo.toml b/examples/canvas_moire/Cargo.toml index d936b8dc..fec0d610 100644 --- a/examples/canvas_moire/Cargo.toml +++ b/examples/canvas_moire/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Patrick Walton "] edition = "2018" [dependencies] -gl = "0.6" -sdl2 = "0.32" -sdl2-sys = "0.32" +gl = "0.14" +sdl2 = "0.33" +sdl2-sys = "0.33" [dependencies.pathfinder_canvas] features = ["pf-text"] diff --git a/examples/canvas_text/Cargo.toml b/examples/canvas_text/Cargo.toml index 289c44cb..9373998b 100644 --- a/examples/canvas_text/Cargo.toml +++ b/examples/canvas_text/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Patrick Walton "] edition = "2018" [dependencies] -font-kit = "0.4" -gl = "0.6" -sdl2 = "0.32" -sdl2-sys = "0.32" +font-kit = "0.5" +gl = "0.14" +sdl2 = "0.33" +sdl2-sys = "0.33" [dependencies.pathfinder_canvas] features = ["pf-text"] diff --git a/examples/swf_basic/Cargo.toml b/examples/swf_basic/Cargo.toml index 82788e0d..f59db7ba 100644 --- a/examples/swf_basic/Cargo.toml +++ b/examples/swf_basic/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Jon Hardie "] edition = "2018" [dependencies] -gl = "0.6" -sdl2 = "0.32" -sdl2-sys = "0.32" +gl = "0.14" +sdl2 = "0.33" +sdl2-sys = "0.33" swf-parser = "0.10" swf-types = "0.10" diff --git a/gl/Cargo.toml b/gl/Cargo.toml index f505bab0..4db4b5c4 100644 --- a/gl/Cargo.toml +++ b/gl/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Patrick Walton "] crate-type = ["rlib", "staticlib"] [dependencies] -gl = "0.6" +gl = "0.14" half = "1.4" [dependencies.log] diff --git a/gpu/Cargo.toml b/gpu/Cargo.toml index 8956818c..432e2c22 100644 --- a/gpu/Cargo.toml +++ b/gpu/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" half = "1.4" [dependencies.image] -version = "0.21" +version = "0.22" default-features = false features = ["png_codec"] diff --git a/metal/Cargo.toml b/metal/Cargo.toml index 99b01143..694bc9ed 100644 --- a/metal/Cargo.toml +++ b/metal/Cargo.toml @@ -8,9 +8,9 @@ edition = "2018" bitflags = "1.0" byteorder = "1.3" block = "0.1" -cocoa = "0.19" -core-foundation = "0.6" -foreign-types = "0.3" +cocoa = "0.20" +core-foundation = "0.7" +foreign-types = "0.5" half = "1.4" metal = "0.17" objc = "0.2" diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml index e4e2d8f7..0389a194 100644 --- a/renderer/Cargo.toml +++ b/renderer/Cargo.toml @@ -7,11 +7,11 @@ authors = ["Patrick Walton "] [dependencies] bitflags = "1.0" byteorder = "1.2" -hashbrown = "0.1" +hashbrown = "0.7" rayon = "1.0" serde = "1.0" serde_json = "1.0" -smallvec = "0.6" +smallvec = "1.2" [dependencies.log] version = "0.4" @@ -36,4 +36,4 @@ path = "../simd" path = "../ui" [dev-dependencies] -quickcheck = "0.8" +quickcheck = "0.9" diff --git a/svg/Cargo.toml b/svg/Cargo.toml index a347207a..5dd2e3cd 100644 --- a/svg/Cargo.toml +++ b/svg/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Patrick Walton "] [dependencies] bitflags = "1.0" -usvg = "0.8" +usvg = "0.9" [dependencies.pathfinder_color] path = "../color" diff --git a/text/Cargo.toml b/text/Cargo.toml index 0de73ec6..5699cb57 100644 --- a/text/Cargo.toml +++ b/text/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] euclid = "0.20" -font-kit = "0.4" +font-kit = "0.5" lyon_path = "0.14" [dependencies.pathfinder_content] @@ -20,4 +20,4 @@ path = "../renderer" [dependencies.skribo] git = "https://github.com/linebender/skribo.git" -rev = "03c63ac17bb93e29f82e959dac94027935a21159" +rev = "f306037c36f596bba45cb9fd698ea53b6ca65e2e" diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 273e7785..12828b56 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -10,7 +10,7 @@ serde_derive = "1.0" serde_json = "1.0" [dependencies.hashbrown] -version = "0.1" +version = "0.7" features = ["serde"] [dependencies.pathfinder_color] diff --git a/utils/area-lut/Cargo.toml b/utils/area-lut/Cargo.toml index ee2ebfa3..bc81878b 100644 --- a/utils/area-lut/Cargo.toml +++ b/utils/area-lut/Cargo.toml @@ -6,4 +6,4 @@ authors = ["Patrick Walton "] [dependencies] clap = "2.30" euclid = "0.20" -image = "0.19" +image = "0.22" diff --git a/utils/convert/Cargo.toml b/utils/convert/Cargo.toml index a00aab93..4f88c522 100644 --- a/utils/convert/Cargo.toml +++ b/utils/convert/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" [dependencies] pathfinder_export = { path = "../../export" } pathfinder_svg = { path = "../../svg" } -usvg = "0.8" +usvg = "0.9" diff --git a/utils/gamma-lut/Cargo.toml b/utils/gamma-lut/Cargo.toml index 33e11e84..e93cd275 100644 --- a/utils/gamma-lut/Cargo.toml +++ b/utils/gamma-lut/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Patrick Walton "] [dependencies] clap = "2.27" -image = "0.19" -log = "0.3" +log = "0.4" +image = "0.22" diff --git a/utils/svg-to-skia/Cargo.toml b/utils/svg-to-skia/Cargo.toml index 83c800ce..06af2c75 100644 --- a/utils/svg-to-skia/Cargo.toml +++ b/utils/svg-to-skia/Cargo.toml @@ -5,4 +5,4 @@ authors = ["Patrick Walton "] edition = "2018" [dependencies] -usvg = "0.8" +usvg = "0.9"