From b86c7f5c9a309fa051dc89a994d7d918c99c413b Mon Sep 17 00:00:00 2001 From: amr-crabnebula Date: Mon, 20 Nov 2023 17:59:47 +0200 Subject: [PATCH] chore(deps): relax some deps requirements --- Cargo.toml | 2 +- crates/updater/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e59fb36..d03082ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT" repository = "https://github.com/crabnebula-dev/cargo-packager" [workspace.dependencies] -thiserror = "1.0.50" +thiserror = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" dunce = "1" diff --git a/crates/updater/Cargo.toml b/crates/updater/Cargo.toml index 25c6b74f..bb2e1cb8 100644 --- a/crates/updater/Cargo.toml +++ b/crates/updater/Cargo.toml @@ -30,7 +30,7 @@ tempfile = "3.8" [target."cfg(target_os = \"macos\")".dependencies] tar = { workspace = true } -flate2 = "1.0.28" +flate2 = "1.0" [dev-dependencies] tiny_http = "0.12"