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.0 (#131)

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.1" 1593 + version = "1.46.0" 1594 1594 source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "983e3b24350c84ab8a65151f537d67afbbf7153bb9f1110e03e9fa9b07f67a5c" 1595 + checksum = "1b66886d14d18d420ab5052cbff544fc5d34d0b2cdd35eb5976aaa10a4a472e5" 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.1" 106 + insta = "1.46.0" 107 107 rust-analyzer = "0.0.1"