From 460522f5bd95b0c9fc7d3450f6d753bdcadf6286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 03:45:37 +0000 Subject: [PATCH] Bump thiserror from 1.0.38 to 1.0.39 (#865) --- Cargo.lock | 8 ++++---- crates/binstalk-downloader/Cargo.toml | 2 +- crates/binstalk-manifests/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65551be6..ca625a14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2170,18 +2170,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" +checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" +checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" dependencies = [ "proc-macro2", "quote", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index bdc31103..4365fdf1 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -31,7 +31,7 @@ serde_json = { version = "1.0.94", optional = true } #tar = "0.4.38" tar = { package = "binstall-tar", version = "0.4.39" } tempfile = "3.4.0" -thiserror = "1.0.38" +thiserror = "1.0.39" tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread", "sync", "time", "fs"], default-features = false } tokio-tar = "0.3.0" tokio-util = { version = "0.7.7", features = ["io"] } diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 664f7f03..09171672 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -20,7 +20,7 @@ semver = { version = "1.0.16", features = ["serde"] } serde = { version = "1.0.152", features = ["derive"] } serde-tuple-vec-map = "1.0.1" serde_json = "1.0.94" -thiserror = "1.0.38" +thiserror = "1.0.39" toml_edit = { version = "0.19.4", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] } diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 580d4ded..9817c6da 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -29,7 +29,7 @@ semver = { version = "1.0.16", features = ["serde"] } serde = { version = "1.0.152", features = ["derive"] } strum = "0.24.1" tempfile = "3.4.0" -thiserror = "1.0.38" +thiserror = "1.0.39" tinytemplate = "1.2.1" # parking_lot for `tokio::sync::OnceCell::const_new` tokio = { version = "1.26.0", features = ["rt", "process", "sync", "signal", "parking_lot"], default-features = false }