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.3 (#102)

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

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Nov 30, 2025, 10:19 PM UTC) commit ee3404fe parent f242b46d
+3 -3
+2 -2
Cargo.lock
··· 1626 1626 1627 1627 [[package]] 1628 1628 name = "insta" 1629 - version = "1.44.1" 1629 + version = "1.44.3" 1630 1630 source = "registry+https://github.com/rust-lang/crates.io-index" 1631 - checksum = "e8732d3774162a0851e3f2b150eb98f31a9885dd75985099421d393385a01dfd" 1631 + checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698" 1632 1632 dependencies = [ 1633 1633 "console 0.15.11", 1634 1634 "once_cell",
+1 -1
Cargo.toml
··· 103 103 hotpath = { version = "0.7.5", optional = true } 104 104 105 105 [dev-dependencies] 106 - insta = "1.44.1" 106 + insta = "1.44.3" 107 107 rust-analyzer = "0.0.1"