This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate insta to 1.46.2 (#152)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+3 -3
+2 -2
Cargo.lock
··· 1584 1584 1585 1585 [[package]] 1586 1586 name = "insta" 1587 - version = "1.46.1" 1587 + version = "1.46.2" 1588 1588 source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "248b42847813a1550dafd15296fd9748c651d0c32194559dbc05d804d54b21e8" 1589 + checksum = "38c91d64f9ad425e80200a50a0e8b8a641680b44e33ce832efe5b8bc65161b07" 1590 1590 dependencies = [ 1591 1591 "console 0.15.11", 1592 1592 "once_cell",
+1 -1
Cargo.toml
··· 103 103 hotpath = { version = "0.9.3", optional = true } 104 104 105 105 [dev-dependencies] 106 - insta = "1.46.1" 106 + insta = "1.46.2" 107 107 rust-analyzer = "0.0.1"