Skip to content

Commit

Permalink
bump: upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 26, 2023
1 parent b0f24d0 commit 4cfd774
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions crates/index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ readme.workspace = true
rust-version.workspace = true

[dependencies]
clap = { version = "4.3.23", features = ["derive"] }
clap = { version = "4.4.5", features = ["derive"] }
dirs = "5.0.1"
indexmap = "2.0.0"
indicatif = "0.17.6"
indicatif = "0.17.7"
miette = { version = "5.10.0", features = ["fancy"] }
rand = "0.8.4"
rand = "0.8.5"
rattler_installs_packages = { path = "../rattler_installs_packages" }
rip = { path = "../rip" }
rusqlite = { version = "0.29.0", features = ["bundled"] }
serde_json = "1.0.107"
tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["rt", "macros", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = "2.4.0"
url = "2.4.1"


[package.metadata.release]
Expand Down
38 changes: 19 additions & 19 deletions crates/rattler_installs_packages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,45 +12,45 @@ readme.workspace = true
rust-version.workspace = true

[dependencies]
async-trait = "0.1.71"
bytes = "1.4.0"
async-trait = "0.1.73"
bytes = "1.5.0"
ciborium = "0.2.1"
data-encoding = "2.4.0"
elsa = "1.8.1"
elsa = "1.9.0"
fs4 = "0.6.6"
futures = "0.3.28"
http = "0.2.9"
http-cache-semantics = { version = "1.0.1", default-features = false, features = ["with_serde", "reqwest"] }
indexmap = "2.0.0"
miette = "5.9.0"
miette = "5.10.0"
mime = "0.3.17"
once_cell = "1.18.0"
parking_lot = "0.12.1"
peg = "0.8.1"
pep440 = "0.2.0"
pin-project-lite = "0.2.10"
rattler_digest = { version = "0.6.0", features = ["serde"] }
regex = "1.9.1"
reqwest = { version = "0.11.18", features = ["json", "stream"] }
pin-project-lite = "0.2.13"
rattler_digest = { version = "0.9.0", features = ["serde"] }
regex = "1.9.5"
reqwest = { version = "0.11.20", features = ["json", "stream"] }
serde = "1.0.188"
serde_json = "1.0.100"
serde_with = "3.0.0"
smallvec = { version = "1.11.0", features = ["const_generics", "const_new"] }
tempfile = "3.6.0"
thiserror = "1.0.43"
serde_json = "1.0.107"
serde_with = "3.3.0"
smallvec = { version = "1.11.1", features = ["const_generics", "const_new"] }
tempfile = "3.8.0"
thiserror = "1.0.48"
tl = "0.7.7"
tokio = { version = "1.29.1" }
tokio-util = { version = "0.7.8", features = ["compat"] }
tokio = { version = "1.32.0" }
tokio-util = { version = "0.7.9", features = ["compat"] }
tracing = { version = "0.1.37", default-features = false, features = ["attributes"] }
url = { version = "2.4.0", features = ["serde"] }
url = { version = "2.4.1", features = ["serde"] }
zip = "0.6.6"

[dev-dependencies]
criterion = "0.3"
insta = { version = "1.30.0", features = ["ron"] }
miette = { version = "5.9.0", features = ["fancy"] }
insta = { version = "1.32.0", features = ["ron"] }
miette = { version = "5.10.0", features = ["fancy"] }
once_cell = "1.18.0"
tokio = { version = "1.29.1", features = ["rt", "macros"] }
tokio = { version = "1.32.0", features = ["rt", "macros"] }

[[bench]]
name = "html"
Expand Down
16 changes: 8 additions & 8 deletions crates/rip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ readme.workspace = true
default-run = "rip"

[dependencies]
clap = { version = "4.3.23", features = ["derive"] }
clap = { version = "4.4.5", features = ["derive"] }
console = { version = "0.15.7", features = ["windows-console-colors"] }
dirs = "5.0.1"
indexmap = "2.0.0"
indicatif = "0.17.6"
indicatif = "0.17.7"
itertools = "0.11.0"
miette = { version = "5.10.0", features = ["fancy"] }
rand = "0.8.4"
rand = "0.8.5"
rattler_installs_packages = { path = "../rattler_installs_packages" }
reqwest = "0.11.19"
reqwest = "0.11.20"
resolvo = "0.1.0"
rusqlite = { version = "0.29.0", features = ["bundled"] }
serde = "1.0.188"
serde_json = "1.0.107"
serde_with = "3.0.0"
tabwriter = { version = "1.2.1", features = ["ansi_formatting"] }
tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] }
serde_with = "3.3.0"
tabwriter = { version = "1.3.0", features = ["ansi_formatting"] }
tokio = { version = "1.32.0", features = ["rt", "macros", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = "2.4.0"
url = "2.4.1"

[package.metadata.release]
# Dont publish the binary
Expand Down

0 comments on commit 4cfd774

Please sign in to comment.