this repo has no description
3
fork

Configure Feed

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

⬆️ Update Rust crate insta to 1.46.3 (#157)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
ad2ef8be 88292a4f

+3 -3
+2 -2
Cargo.lock
··· 1584 1584 1585 1585 [[package]] 1586 1586 name = "insta" 1587 - version = "1.46.2" 1587 + version = "1.46.3" 1588 1588 source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "38c91d64f9ad425e80200a50a0e8b8a641680b44e33ce832efe5b8bc65161b07" 1589 + checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4" 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.2" 106 + insta = "1.46.3" 107 107 rust-analyzer = "0.0.1"