Lints and suggestions for the Nix programming language
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump syn to 1.0.109

+3 -9
+3 -9
Cargo.lock
··· 604 604 605 605 [[package]] 606 606 name = "syn" 607 - version = "1.0.81" 607 + version = "1.0.109" 608 608 source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966" 609 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 610 610 dependencies = [ 611 611 "proc-macro2", 612 612 "quote", 613 - "unicode-xid", 613 + "unicode-ident", 614 614 ] 615 615 616 616 [[package]] ··· 711 711 version = "0.1.9" 712 712 source = "registry+https://github.com/rust-lang/crates.io-index" 713 713 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 714 - 715 - [[package]] 716 - name = "unicode-xid" 717 - version = "0.2.2" 718 - source = "registry+https://github.com/rust-lang/crates.io-index" 719 - checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 720 714 721 715 [[package]] 722 716 name = "utf8parse"