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

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

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