diff --git a/Cargo.lock b/Cargo.lock index 56f883a7d..592da9a3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,7 +648,7 @@ dependencies = [ "image 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "path-slash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "path-slash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "ruffle_core 0.1.0", "ruffle_render_wgpu 0.1.0", "sample 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1614,7 +1614,7 @@ dependencies = [ [[package]] name = "path-slash" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2056,7 +2056,7 @@ dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "path-slash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "path-slash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "ruffle_core 0.1.0", "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3070,7 +3070,7 @@ dependencies = [ "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" "checksum parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" "checksum parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" -"checksum path-slash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf9566c1063a197427135fb518ed42f2be18630fc2401aa267ed2dc95e9c85d" +"checksum path-slash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ff65715a17cba8979903db6294baef56c5d39e05c8b054cffa31e69e61f24c68" "checksum peek-poke 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d93fd6a575ebf1ac2668d08443c97a22872cfb463fd8b7ddd141e9f6be59af2f" "checksum peek-poke-derive 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb44a25c5bba983be0fc8592dfaf3e6d0935ce8be0c6b15b2a39507af34a926" "checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" diff --git a/exporter/Cargo.toml b/exporter/Cargo.toml index 9a6374bd8..c91c9684b 100644 --- a/exporter/Cargo.toml +++ b/exporter/Cargo.toml @@ -16,7 +16,7 @@ structopt = "0.3.15" futures = "0.3.4" wgpu = "0.5" wgpu-native = "0.5" -path-slash = "0.1.2" +path-slash = "0.1.3" walkdir = "2.3.1" indicatif = "0.15" diff --git a/scanner/Cargo.toml b/scanner/Cargo.toml index 9c219816a..e623b047b 100644 --- a/scanner/Cargo.toml +++ b/scanner/Cargo.toml @@ -14,4 +14,4 @@ walkdir = "2.3.1" serde = { version = "1.0", features = ["derive"] } csv = "1.1" indicatif = "0.15" -path-slash = "0.1.2" +path-slash = "0.1.3"