Skip to content

Commit

Permalink
Merge branch 'main' into bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKMueller authored Nov 5, 2024
2 parents f7e6338 + 66a37a6 commit d8ebc45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
git tag v${{ needs.metadata.outputs.version }}
git push origin v${{ needs.metadata.outputs.version }}
- name: Create Release
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
with:
generate_release_notes: true
tag_name: v${{ needs.metadata.outputs.version }}
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ rustls-tls = [

[dependencies]
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0.211", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
toml = "0.8.19"
tokio = { version = "1.36.0", features = ["full"] }
reqwest = { version = "0.12.8", default-features = false, features = ["http2", "blocking"] }
tokio = { version = "1.41.0", features = ["full"] }
reqwest = { version = "0.12.9", default-features = false, features = ["http2", "blocking"] }
serde_yaml = "0.9.34"
regex = "1.11.0"
regex = "1.11.1"
spdx = "0.10.6"
colored = "2.1.0"
async-trait = "0.1.83"
rattler_conda_types = "0.28.2"
rattler_lock = "0.22.27"
anyhow = "1.0.90"
rattler_conda_types = "0.28.3"
rattler_lock = "0.22.28"
anyhow = "1.0.92"
clap-verbosity-flag = "2.2.2"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down

0 comments on commit d8ebc45

Please sign in to comment.