Merge pull request #292475 from marsam/update-uv

uv: 0.1.12 -> 0.1.13
This commit is contained in:
Mario Rodas 2024-03-01 06:52:49 -05:00 committed by GitHub
commit 58138bcaa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -4133,7 +4133,7 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
[[package]]
name = "uv"
version = "0.1.12"
version = "0.1.13"
dependencies = [
"anstream",
"anyhow",
@ -4228,6 +4228,7 @@ dependencies = [
"pypi-types",
"pyproject-toml",
"regex",
"rustc-hash",
"serde",
"serde_json",
"tempfile",
@ -4374,6 +4375,7 @@ dependencies = [
"platform-host",
"platform-tags",
"pypi-types",
"rustc-hash",
"tempfile",
"tokio",
"tracing",

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.1.12";
version = "0.1.13";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = version;
hash = "sha256-tM8NX4BPGm8Xxlau+qpKSljTdSJutipsYFsZAdtmZuo=";
hash = "sha256-MPDzuk6pE+uKr9ic0Q9gIk1yByZ/FdcVZx6ZheECR8A=";
};
cargoLock = {