mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Bump termcolor from 1.3.0 to 1.4.0 (#4688)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b47fe3b413
commit
8870a085a8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3379,9 +3379,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "termcolor"
|
||||
version = "1.3.0"
|
||||
version = "1.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
|
||||
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
|
||||
dependencies = [
|
||||
"winapi-util",
|
||||
]
|
||||
|
@ -172,7 +172,7 @@ deno_web = "0.150.0"
|
||||
deno_webidl = "0.119.0"
|
||||
deno_webgpu = { version = "0.85.0", path = "./deno_webgpu" }
|
||||
tokio = "1.34.0"
|
||||
termcolor = "1.3.0"
|
||||
termcolor = "1.4.0"
|
||||
|
||||
[patch."https://github.com/gfx-rs/naga"]
|
||||
|
||||
|
@ -41,7 +41,7 @@ harness = false
|
||||
arbitrary = { version = "1.3", features = ["derive"], optional = true }
|
||||
bitflags = "2.2"
|
||||
bit-set = "0.5"
|
||||
termcolor = { version = "1.0.4", optional = true }
|
||||
termcolor = { version = "1.4.0", optional = true }
|
||||
# remove termcolor dep when updating to the next version of codespan-reporting
|
||||
# termcolor minimum version was wrong and was fixed in
|
||||
# https://github.com/brendanzab/codespan/commit/e99c867339a877731437e7ee6a903a3d03b5439e
|
||||
|
Loading…
Reference in New Issue
Block a user