this repo has no description
3
fork

Configure Feed

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

⬆️ Update Rust crate anyhow to 1.0.101 (#156)

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

authored by

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

+3 -3
+2 -2
Cargo.lock
··· 87 87 88 88 [[package]] 89 89 name = "anyhow" 90 - version = "1.0.100" 90 + version = "1.0.101" 91 91 source = "registry+https://github.com/rust-lang/crates.io-index" 92 - checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 92 + checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 93 93 94 94 [[package]] 95 95 name = "anymap3"
+1 -1
Cargo.toml
··· 51 51 nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = [ 52 52 "assert_process_allocs", 53 53 ], optional = true } 54 - anyhow = "1.0.100" 54 + anyhow = "1.0.101" 55 55 chrono = "0.4.43" 56 56 indicatif = "0.18.3" 57 57 itertools = "0.14.0"