Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Nov 8, 2021
1 parent 7b69eb6 commit d0d1746
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diplo"
version = "0.8.0"
version = "0.8.3"
edition = "2021"
description = "Diplo is a script runner and dependency manager made in rust"
authors = ["Tricked-dev"]
Expand Down Expand Up @@ -40,7 +40,7 @@ clap = "3.0.0-beta.5"
dotenv = "0.15.0"
lazy_static = "1.4.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
serde_json = "1.0.69"
hyper = { version = "0.14.14", features = [
"client",
"http1",
Expand All @@ -62,7 +62,10 @@ ctrlc = "3.2.1"

[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.38", features = ["vendored"] }
libc = "0.2.107"

[target.'cfg(windows)'.build-dependencies]
winapi = "0.3.9"

[features]

Expand Down

0 comments on commit d0d1746

Please sign in to comment.