diff options
| author | mat <github@matdoes.dev> | 2022-09-04 21:24:10 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-04 21:24:10 -0500 |
| commit | 99fcad7bc4133c32627fe2e4751faad05b9b4ef1 (patch) | |
| tree | 77d776fa1eb0476d1709c67c07af2293674c4a0e /Cargo.lock | |
| parent | 2557d70576764c32773153d33eeaa31f34b16b15 (diff) | |
| download | azalea-drasl-99fcad7bc4133c32627fe2e4751faad05b9b4ef1.tar.xz | |
fix chunks not being able to be read
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1333,18 +1333,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.32" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" +checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.32" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" +checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" dependencies = [ "proc-macro2", "quote", |
