Skip to content

Commit

Permalink
build: bump the rust-dependencies group with 16 updates (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 7fde596 commit 0601baf
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 58 deletions.
85 changes: 43 additions & 42 deletions Cargo.lock

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

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,39 @@ rustls-tls = [
]

[dependencies]
anyhow = "1.*"
clap = { version = "4.5.20", features = ["derive", "string"] }
clap-verbosity-flag = "2.2.2"
anyhow = "1.0.93"
clap = { version = "4.5.21", features = ["derive", "string"] }
clap-verbosity-flag = "3.0.1"
futures = "0.3.31"
indicatif = "0.17.8"
rattler = { version = "0.28.0", default-features = false }
indicatif = "0.17.9"
rattler = { version = "0.28.3", default-features = false }
rattler_digest = "1.0.3"
rattler_conda_types = "0.29.0"
rattler_index = "0.19.34"
rattler_lock = "0.22.29"
rattler_networking = { version = "0.21.5", default-features = false }
rattler_conda_types = "0.29.2"
rattler_index = "0.19.36"
rattler_lock = "0.22.31"
rattler_networking = { version = "0.21.6", default-features = false }
rattler_package_streaming = { version = "0.22.11", default-features = false }
rattler_shell = "0.22.5"
rattler_shell = "0.22.7"
reqwest = { version = "0.12.9", default-features = false, features = [
"http2",
"macos-system-configuration",
] }
reqwest-middleware = "0.3.3"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_yaml = "0.9.34"
tokio-tar = "0.3.1"
tokio = { version = "1.41.0", features = ["rt-multi-thread"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread"] }
tokio-stream = { version = "0.1.16", features = ["fs"] }
tracing = "0.1.40"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = [
"default",
"env-filter",
] }
tracing-log = "0.2.0"
url = "2.5.3"
url = "2.5.4"
fxhash = "0.2.1"
tempfile = "3.13.0"
tempfile = "3.14.0"
walkdir = "2.5.0"
base64 = "0.22.1"

Expand Down

0 comments on commit 0601baf

Please sign in to comment.