mirror of https://github.com/astral-sh/uv
Bump target-lexicon from 0.12.13 to 0.12.14 (#1992)
This commit is contained in:
parent
98753fa740
commit
22fb373ab2
|
|
@ -3496,9 +3496,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "target-lexicon"
|
name = "target-lexicon"
|
||||||
version = "0.12.13"
|
version = "0.12.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
|
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "task-local-extensions"
|
name = "task-local-extensions"
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ serde = { version = "1.0.194" }
|
||||||
serde_json = { version = "1.0.111" }
|
serde_json = { version = "1.0.111" }
|
||||||
sha1 = { version = "0.10.6" }
|
sha1 = { version = "0.10.6" }
|
||||||
sha2 = { version = "0.10.8" }
|
sha2 = { version = "0.10.8" }
|
||||||
target-lexicon = { version = "0.12.13" }
|
target-lexicon = { version = "0.12.14" }
|
||||||
task-local-extensions = { version = "0.1.4" }
|
task-local-extensions = { version = "0.1.4" }
|
||||||
tempfile = { version = "3.9.0" }
|
tempfile = { version = "3.9.0" }
|
||||||
textwrap = { version = "0.16.1" }
|
textwrap = { version = "0.16.1" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue