Skip to content

Commit

Permalink
build: Bump the rust-dependencies group with 8 updates (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 90ec8a6 commit 687e2cd
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 39 deletions.
101 changes: 69 additions & 32 deletions Cargo.lock

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

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

[dependencies]
tokio = { version = "1.41.0", features = ["rt-multi-thread"] }
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = [
"default",
"env-filter",
] }
tracing-log = "0.2.0"
anyhow = "1.*"
clap = { version = "4.5.20", features = ["derive", "string"] }
clap-verbosity-flag = "3.0.1"
clap = { version = "4.5.23", features = ["derive", "string"] }
clap-verbosity-flag = "3.0.2"
futures = "0.3.31"
indicatif = "0.17.8"
rattler = { version = "0.28.0", default-features = false }
rattler_digest = "1.0.3"
rattler_digest = "1.0.4"
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_networking = { version = "0.21.8", default-features = false }
rattler_package_streaming = { version = "0.22.11", default-features = false }
rattler_shell = "0.22.5"
reqwest = { version = "0.12.9", default-features = false, features = [
reqwest = { version = "0.12.12", default-features = false, features = [
"http2",
"macos-system-configuration",
] }
tempfile = "3.13.0"

[dev-dependencies]
rstest = "0.23.0"
rstest = "0.24.0"

0 comments on commit 687e2cd

Please sign in to comment.