diff --git a/Cargo.lock b/Cargo.lock index 0a8fc8f..8b84124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "android_system_properties" @@ -730,9 +730,9 @@ checksum = "ab31b1e46a3f14300977ece8c355009deddc6c531de49d55951e795bbad42957" [[package]] name = "spinners" -version = "4.1.0" +version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab" +checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" dependencies = [ "lazy_static", "maplit", diff --git a/Cargo.toml b/Cargo.toml index 1aa563d..dbe2b3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,6 @@ path-absolutize = "3.1.0" semver = "1.0.17" serde = { version = "1.0.163", features = ["derive"] } shell-quote = "0.3.0" -spinners = "4.1.0" +spinners = "4.1.1" tempfile = "3.6.0" toml = "0.5.11"