Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Sep 5, 2024
1 parent 8da8c16 commit cf24e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
[dependencies]
anyhow = "1.*"
futures = "0.3.30"
rattler = { version = "0.27.5", default-features = false }
rattler = { version = "0.27.6", default-features = false }
rattler_digest = "1.0.1"
rattler_conda_types = "0.27.2"
rattler_index = "0.19.24"
rattler_lock = "0.22.20"
rattler_networking = { version = "0.21.1", default-features = false }
rattler_package_streaming = { version = "0.22.6", default-features = false }
rattler_package_streaming = { version = "0.22.3", default-features = false }
rattler_shell = "0.21.6"
reqwest = { version = "0.12.5", default-features = false, features = [
"http2",
Expand Down

0 comments on commit cf24e4a

Please sign in to comment.