uv: 0.1.3 -> 0.1.4

Diff: https://github.com/astral-sh/uv/compare/0.1.3...0.1.4
This commit is contained in:
Gaetan Lepage 2024-02-18 01:24:46 +01:00
parent d19ef2a03c
commit 51e918d474
2 changed files with 6 additions and 5 deletions

View file

@ -203,9 +203,9 @@ dependencies = [
[[package]]
name = "async_http_range_reader"
version = "0.5.0"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea8c52f8b749ec4e8665041001a31208afdae9ef88916d2edf1610deb8b3616e"
checksum = "5143aaae4ec035a5d7cfda666eab896fe5428a2a8ab09ca651a2dce3a8f06912"
dependencies = [
"bisection",
"futures",
@ -213,6 +213,7 @@ dependencies = [
"itertools 0.12.1",
"memmap2 0.9.4",
"reqwest",
"reqwest-middleware",
"thiserror",
"tokio",
"tokio-stream",
@ -4114,7 +4115,7 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
[[package]]
name = "uv"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"anstream",
"anyhow",

View file

@ -15,14 +15,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "uv";
version = "0.1.3";
version = "0.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = version;
hash = "sha256-eOrmVI8Lc9ScWHst72xLayX0UHVij6h/jf2p8AXiIRE=";
hash = "sha256-0bG1nReTaNqjHXCeW8gg3AWfXpsm8KulX6jsZQMVLlg=";
};
cargoDeps = rustPlatform.importCargoLock {