mirror of https://github.com/astral-sh/uv
Bump log from 0.4.20 to 0.4.21 (#2178)
This commit is contained in:
parent
9fcffae084
commit
5aedcffdf0
|
|
@ -1808,9 +1808,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.20"
|
version = "0.4.21"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mailparse"
|
name = "mailparse"
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ url = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
indoc = { version = "2.0.4" }
|
indoc = { version = "2.0.4" }
|
||||||
log = { version = "0.4.20" }
|
log = { version = "0.4.21" }
|
||||||
serde_json = { version = "1.0.114" }
|
serde_json = { version = "1.0.114" }
|
||||||
testing_logger = { version = "0.1.1" }
|
testing_logger = { version = "0.1.1" }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue