Bump target-lexicon from 0.12.13 to 0.12.14 (#1992)

This commit is contained in:
dependabot[bot] 2024-02-26 17:01:01 -06:00 committed by GitHub
parent 98753fa740
commit 22fb373ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3496,9 +3496,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "target-lexicon"
version = "0.12.13"
version = "0.12.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
[[package]]
name = "task-local-extensions"

View File

@ -85,7 +85,7 @@ serde = { version = "1.0.194" }
serde_json = { version = "1.0.111" }
sha1 = { version = "0.10.6" }
sha2 = { version = "0.10.8" }
target-lexicon = { version = "0.12.13" }
target-lexicon = { version = "0.12.14" }
task-local-extensions = { version = "0.1.4" }
tempfile = { version = "3.9.0" }
textwrap = { version = "0.16.1" }