Skip to content

Commit

Permalink
fix(rustls): confusion on my part on where openssl was getting into t…
Browse files Browse the repository at this point in the history
…he project via the self update package should be fixed now
  • Loading branch information
stvnksslr committed Nov 15, 2024
1 parent 6f153dc commit 22fa97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uv-migrator"
version = "2024.7.0"
version = "2024.7.1"
edition = "2021"
authors = ["stvnksslr@gmail.com"]
description = "Tool for converting various python package soltutions to use the uv solution by astral"
Expand All @@ -14,7 +14,7 @@ clap = "4.5.20"
dirs = "5.0.1"
env_logger = "0.11.5"
log = "0.4.22"
self_update = { version = "0.41.0", features = ["archive-tar", "archive-zip", "compression-flate2", "rustls"] }
self_update = { version = "0.41.0", features = ["archive-tar", "archive-zip", "compression-flate2", "rustls"], default-features = false }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
toml = "0.8.19"
Expand Down

0 comments on commit 22fa97a

Please sign in to comment.