diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-05-02 07:32:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 07:32:35 +0000 |
commit | a72e42da3822cb53720673fad79c4c73e10059d4 (patch) | |
tree | 1e58c71017d3a2ba6b432f5a822d6055aadd9c7d | |
parent | Merge pull request #783 from svenstaro/dependabot/cargo/http-0.2.7 (diff) | |
parent | Bump thiserror from 1.0.30 to 1.0.31 (diff) | |
download | miniserve-a72e42da3822cb53720673fad79c4c73e10059d4.tar.gz miniserve-a72e42da3822cb53720673fad79c4c73e10059d4.zip |
Merge pull request #785 from svenstaro/dependabot/cargo/thiserror-1.0.31
Bump thiserror from 1.0.30 to 1.0.31
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2407,18 +2407,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" +checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" +checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" dependencies = [ "proc-macro2", "quote", |