A decentralized music tracking and discovery platform built on AT Protocol 🎵

update Cargo.lock

+13 -4
+13 -4
Cargo.lock
··· 7314 7314 "toml_datetime 0.7.2", 7315 7315 "toml_parser", 7316 7316 "toml_writer", 7317 - "winnow 0.7.10", 7317 + "winnow 0.7.13", 7318 7318 ] 7319 7319 7320 7320 [[package]] ··· 7346 7346 "serde_spanned 0.6.9", 7347 7347 "toml_datetime 0.6.11", 7348 7348 "toml_write", 7349 - "winnow 0.7.10", 7349 + "winnow 0.7.13", 7350 7350 ] 7351 7351 7352 7352 [[package]] ··· 7358 7358 "indexmap", 7359 7359 "toml_datetime 0.7.2", 7360 7360 "toml_parser", 7361 - "winnow", 7361 + "winnow 0.7.13", 7362 7362 ] 7363 7363 7364 7364 [[package]] ··· 7367 7367 source = "registry+https://github.com/rust-lang/crates.io-index" 7368 7368 checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" 7369 7369 dependencies = [ 7370 - "winnow 0.7.10", 7370 + "winnow 0.7.13", 7371 7371 ] 7372 7372 7373 7373 [[package]] ··· 8387 8387 version = "0.53.0" 8388 8388 source = "registry+https://github.com/rust-lang/crates.io-index" 8389 8389 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 8390 + 8391 + [[package]] 8392 + name = "winnow" 8393 + version = "0.6.26" 8394 + source = "registry+https://github.com/rust-lang/crates.io-index" 8395 + checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28" 8396 + dependencies = [ 8397 + "memchr", 8398 + ] 8390 8399 8391 8400 [[package]] 8392 8401 name = "winnow"