From 71c7c9da13072385d1207c0d987507c58d55e244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:23:40 +0000 Subject: [PATCH] Bump indicatif from 0.17.8 to 0.17.9 (#196) Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.8 to 0.17.9. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.8...0.17.9) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 36 ++++++++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c599a90..8d4bfba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1037,7 +1037,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ "termcolor", - "unicode-width", + "unicode-width 0.1.11", ] [[package]] @@ -1111,7 +1111,7 @@ dependencies = [ "encode_unicode", "lazy_static", "libc", - "unicode-width", + "unicode-width 0.1.11", "windows-sys 0.45.0", ] @@ -1478,7 +1478,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "web-time", + "web-time 0.2.3", "winapi", "winit", ] @@ -1511,7 +1511,7 @@ dependencies = [ "log", "thiserror", "type-map", - "web-time", + "web-time 0.2.3", "wgpu", "winit", ] @@ -1529,7 +1529,7 @@ dependencies = [ "raw-window-handle 0.6.0", "serde", "smithay-clipboard", - "web-time", + "web-time 0.2.3", "webbrowser", "winit", ] @@ -2477,15 +2477,15 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.8" +version = "0.17.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" +checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" dependencies = [ "console", - "instant", "number_prefix", "portable-atomic", - "unicode-width", + "unicode-width 0.2.0", + "web-time 1.1.0", ] [[package]] @@ -4802,6 +4802,12 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" + [[package]] name = "unicode-xid" version = "0.2.4" @@ -5142,6 +5148,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + [[package]] name = "webbrowser" version = "0.8.10" @@ -5667,7 +5683,7 @@ dependencies = [ "wayland-protocols", "wayland-protocols-plasma", "web-sys", - "web-time", + "web-time 0.2.3", "windows-sys 0.48.0", "x11-dl", "x11rb", diff --git a/Cargo.toml b/Cargo.toml index ed0a852..e62e3fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ easy-ext = "1.0.2" eframe = { version = "0.27.1", features = ["persistence"], optional = true } glob-match = "0.2.1" include_dir = { version = "0.7.4", features = ["glob"] } -indicatif = "0.17.8" +indicatif = "0.17.9" itertools = "0.12.1" lazy_static = "1.5.0" num-integer = "0.1.46"