Skip to content

Commit

Permalink
chore(deps): relax some deps requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Nov 20, 2023
1 parent 6939b5e commit b86c7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b86c7f5

Please sign in to comment.