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.45.1 (#130)

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

+3 -3
+2 -2
Cargo.lock
··· 1590 1590 1591 1591 [[package]] 1592 1592 name = "insta" 1593 - version = "1.45.0" 1593 + version = "1.45.1" 1594 1594 source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "b76866be74d68b1595eb8060cb9191dca9c021db2316558e52ddc5d55d41b66c" 1595 + checksum = "983e3b24350c84ab8a65151f537d67afbbf7153bb9f1110e03e9fa9b07f67a5c" 1596 1596 dependencies = [ 1597 1597 "console 0.15.11", 1598 1598 "once_cell",
+1 -1
Cargo.toml
··· 103 103 hotpath = { version = "0.9.2", optional = true } 104 104 105 105 [dev-dependencies] 106 - insta = "1.45.0" 106 + insta = "1.45.1" 107 107 rust-analyzer = "0.0.1"