diff --git a/Cargo.lock b/Cargo.lock index 1719ff6bb7..d27f9e3ca6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2243,7 +2243,7 @@ checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" [[package]] name = "rio" -version = "0.0.7" +version = "0.0.8" dependencies = [ "base64", "bitflags 2.0.2", @@ -2263,7 +2263,7 @@ dependencies = [ "objc", "parking_lot", "serde", - "sugarloaf 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "sugarloaf 0.0.7", "teletypewriter 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio", "unicode-width", @@ -2517,18 +2517,16 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "sugarloaf" version = "0.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd59dd02531ccab767643907a0f9727c0984a2384e1a4f16025b6aef591b8d9f" dependencies = [ "bytemuck", "console_error_panic_hook", "console_log", - "deflate", "font-kit", "glyph_brush", - "image", "js-sys", "log 0.4.18", - "png", - "tokio", "wasm-bindgen", "wasm-bindgen-futures", "wasm-bindgen-test", @@ -2539,17 +2537,19 @@ dependencies = [ [[package]] name = "sugarloaf" -version = "0.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd59dd02531ccab767643907a0f9727c0984a2384e1a4f16025b6aef591b8d9f" +version = "0.0.8" dependencies = [ "bytemuck", "console_error_panic_hook", "console_log", + "deflate", "font-kit", "glyph_brush", + "image", "js-sys", "log 0.4.18", + "png", + "tokio", "wasm-bindgen", "wasm-bindgen-futures", "wasm-bindgen-test", @@ -2560,13 +2560,13 @@ dependencies = [ [[package]] name = "sugarloaf-styled-text" -version = "0.0.7" +version = "0.0.8" dependencies = [ "console_error_panic_hook", "console_log", "env_logger 0.10.0", "log 0.4.18", - "sugarloaf 0.0.7", + "sugarloaf 0.0.8", "wasm-bindgen", "wasm-bindgen-futures", "wasm-bindgen-test",