diff options
author | Teddy Wing | 2022-06-03 00:49:54 +0200 |
---|---|---|
committer | Teddy Wing | 2022-06-03 00:49:54 +0200 |
commit | f2234472fd415f457fca24bc8760f38e54f4f97d (patch) | |
tree | 0d2b3b72802f511503e596903d632e4ac11960c2 | |
parent | d7cd942c35e2561d807518dd988a200249a45501 (diff) | |
download | reflectub-f2234472fd415f457fca24bc8760f38e54f4f97d.tar.bz2 |
Cargo.toml: Update 'thiserror' to v1.0.31
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -694,18 +694,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.25" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" +checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.25" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" +checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" dependencies = [ "proc-macro2", "quote", @@ -16,5 +16,5 @@ r2d2_sqlite = "0.18.0" rayon = "1.5.1" rusqlite = "0.25.3" serde = { version = "1.0.126", features = ["derive"] } -thiserror = "1.0.25" +thiserror = "1.0.31" ureq = { version = "2.1.1", features = ["json"] } |