feat(deps): bump miette and thiserror

This commit is contained in:
Kat Marchán 2023-03-31 17:34:04 -07:00
parent 646ae52e2f
commit 364f9da65e
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ either = "1.6.1"
futures = "0.3.17" futures = "0.3.17"
hex = "0.4.3" hex = "0.4.3"
memmap2 = "0.5.8" memmap2 = "0.5.8"
miette = "5.5.0" miette = "5.7.0"
reflink = "0.1.3" reflink = "0.1.3"
serde = "1.0.130" serde = "1.0.130"
serde_derive = "1.0.130" serde_derive = "1.0.130"
@ -27,7 +27,7 @@ sha1 = "0.10.5"
sha2 = "0.10.6" sha2 = "0.10.6"
ssri = "8.0.0" ssri = "8.0.0"
tempfile = "3.4.0" tempfile = "3.4.0"
thiserror = "1.0.29" thiserror = "1.0.40"
tokio = { version = "1.12.0", features = [ tokio = { version = "1.12.0", features = [
"fs", "fs",
"io-util", "io-util",