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.44.1 (#96)

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

+3 -3
+2 -2
Cargo.lock
··· 1506 1506 1507 1507 [[package]] 1508 1508 name = "insta" 1509 - version = "1.43.2" 1509 + version = "1.44.1" 1510 1510 source = "registry+https://github.com/rust-lang/crates.io-index" 1511 - checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" 1511 + checksum = "e8732d3774162a0851e3f2b150eb98f31a9885dd75985099421d393385a01dfd" 1512 1512 dependencies = [ 1513 1513 "console 0.15.11", 1514 1514 "once_cell",
+1 -1
Cargo.toml
··· 102 102 103 103 104 104 [dev-dependencies] 105 - insta = "1.43.2" 105 + insta = "1.44.1" 106 106 rust-analyzer = "0.0.1"