diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -374,9 +374,9 @@ dependencies = [ | |||
| 374 | 374 | ||
| 375 | [[package]] | 375 | [[package]] |
| 376 | name = "proc-macro2" | 376 | name = "proc-macro2" |
| 377 | version = "1.0.76" | 377 | version = "1.0.94" |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" | 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" | 379 | checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" |
| 380 | dependencies = [ | 380 | dependencies = [ |
| 381 | "unicode-ident", | 381 | "unicode-ident", |
| 382 | ] | 382 | ] |
| @@ -507,9 +507,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" | |||
| 507 | 507 | ||
| 508 | [[package]] | 508 | [[package]] |
| 509 | name = "syn" | 509 | name = "syn" |
| 510 | version = "2.0.48" | 510 | version = "2.0.100" |
| 511 | source = "registry+https://github.com/rust-lang/crates.io-index" | 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 | checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" | 512 | checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" |
| 513 | dependencies = [ | 513 | dependencies = [ |
| 514 | "proc-macro2", | 514 | "proc-macro2", |
| 515 | "quote", | 515 | "quote", |
| @@ -518,18 +518,18 @@ dependencies = [ | |||
| 518 | 518 | ||
| 519 | [[package]] | 519 | [[package]] |
| 520 | name = "thiserror" | 520 | name = "thiserror" |
| 521 | version = "1.0.65" | 521 | version = "1.0.69" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" | 523 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 524 | dependencies = [ | 524 | dependencies = [ |
| 525 | "thiserror-impl", | 525 | "thiserror-impl", |
| 526 | ] | 526 | ] |
| 527 | 527 | ||
| 528 | [[package]] | 528 | [[package]] |
| 529 | name = "thiserror-impl" | 529 | name = "thiserror-impl" |
| 530 | version = "1.0.65" | 530 | version = "1.0.69" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" | 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" | 532 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 533 | dependencies = [ | 533 | dependencies = [ |
| 534 | "proc-macro2", | 534 | "proc-macro2", |
| 535 | "quote", | 535 | "quote", |
