This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate anyhow to 1.0.100

+3 -3
+2 -2
Cargo.lock
··· 126 126 127 127 [[package]] 128 128 name = "anyhow" 129 - version = "1.0.97" 129 + version = "1.0.100" 130 130 source = "registry+https://github.com/rust-lang/crates.io-index" 131 - checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" 131 + checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 132 132 133 133 [[package]] 134 134 name = "anymap3"
+1 -1
Cargo.toml
··· 54 54 nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = [ 55 55 "assert_process_allocs", 56 56 ], optional = true } 57 - anyhow = "1.0.81" 57 + anyhow = "1.0.100" 58 58 chrono = "0.4.23" 59 59 docopt = "1.1.1" 60 60 indicatif = "0.17.2"