Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Apr 5, 2024
1 parent 0e5035e commit 0a7d4d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions libprotonup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ description = "Library for Custom Proton Download and installation"
[dependencies]
arcstr = "1.1.5"
anyhow = "1.0"
async-compression = { version = "0.4.6", features = ['gzip', 'xz', 'tokio'] }
async-compression = { version = "0.4.7", features = ['gzip', 'xz', 'tokio'] }
dirs = "5.0"
futures-util = "0.3"
hex = "0.4"
hex-literal = "0.4"
pin-project = "1.1.5"
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
"stream",
"rustls",
Expand All @@ -28,10 +28,10 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
structopt = "0.3"
tokio = { version = "1.36", features = ["macros"] }
tokio-stream = { version = "0.1.14", features = ["fs"] }
tokio = { version = "1.37", features = ["macros"] }
tokio-stream = { version = "0.1.15", features = ["fs"] }
tokio-tar = "0.3.1"
tokio-util = "0.7.10"

[dev-dependencies]
tokio = { version = "1.35", features = ["macros", "rt"] }
tokio = { version = "1.37", features = ["macros", "rt"] }
4 changes: 2 additions & 2 deletions protonup-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "TUI Program for Custom Proton Download and installation written i

[dependencies]

anyhow = "1.0.80"
anyhow = "1.0.81"
arcstr = "1.1.5"
futures-util = "0.3"
# Use this to use the local changes in libprotonup.
Expand All @@ -25,5 +25,5 @@ indicatif = { version = "0.17", features = [
"tokio"
] }
tempfile = "3.10.1"
tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
clap = { version = "4.5", features = ["derive"] }

0 comments on commit 0a7d4d2

Please sign in to comment.