|  | 
| 1 | 1 | class CargoUdeps < Formula | 
| 2 | 2 |   desc "Find unused dependencies in Cargo.toml" | 
| 3 | 3 |   homepage "https://github.com/est31/cargo-udeps" | 
| 4 |  | -  url "https://github.com/est31/cargo-udeps/archive/refs/tags/v0.1.53.tar.gz" | 
| 5 |  | -  sha256 "fc4581c996dcbd8a9e660f49a55ada68e39c4b07a0eda9bd8efe1006e1dd1c73" | 
|  | 4 | +  url "https://github.com/est31/cargo-udeps/archive/refs/tags/v0.1.54.tar.gz" | 
|  | 5 | +  sha256 "52fcea433a514bf85493432c94704c790ae1a86d3c01fe5670ddd1000ed0a206" | 
| 6 | 6 |   license any_of: ["Apache-2.0", "MIT"] | 
| 7 |  | -  revision 1 | 
| 8 | 7 | 
 | 
| 9 | 8 |   bottle do | 
| 10 |  | -    sha256 cellar: :any,                 arm64_sequoia: "e1fb68cf1d9ffdf5e6b818d92e2233bad9cca8a8c4c0d6d650cf9e5215d8e447" | 
| 11 |  | -    sha256 cellar: :any,                 arm64_sonoma:  "cc9ee12b128e941caec64b271ff436cd8de98be54f5a7d327eb56d76b8897d42" | 
| 12 |  | -    sha256 cellar: :any,                 arm64_ventura: "463e45fbfe269b9d7cb78a1ed9e6f9e37d0809d79014c7526636a880f8118032" | 
| 13 |  | -    sha256 cellar: :any,                 sonoma:        "2cb29b8db03ba0781acea4b3d023e8355570171947c6658b6f366bc65e153fdf" | 
| 14 |  | -    sha256 cellar: :any,                 ventura:       "67e6378019d16e0fefcfae97d225ee0673834eb24269884a3793df4976b7bb09" | 
| 15 |  | -    sha256 cellar: :any_skip_relocation, x86_64_linux:  "3734990ed4b83f9d2a85d6b675e3a25d0b3bded7cb3a5f7d29ef3b608768c0e4" | 
|  | 9 | +    sha256 cellar: :any,                 arm64_sequoia: "9948d03a6d73cd1b24d92ed23124100b90cc8e9759320c43c8e92c579231d8bb" | 
|  | 10 | +    sha256 cellar: :any,                 arm64_sonoma:  "1b104b0da1cff640149424c422654aa07b1381f5bbccd701a83bb90a8455a551" | 
|  | 11 | +    sha256 cellar: :any,                 arm64_ventura: "fd9a023e3f281d9005d320e775fae7318d7b6764553c769693cd0a09df918d6a" | 
|  | 12 | +    sha256 cellar: :any,                 sonoma:        "7c9e822cb92d531d8154d11f5f2d26bdbd241027cbcf601f1895f63d456b837a" | 
|  | 13 | +    sha256 cellar: :any,                 ventura:       "576c0e57d430456463c5196f6ec621a46a8f095c25cf116e2c0b2b05af37f28b" | 
|  | 14 | +    sha256 cellar: :any_skip_relocation, x86_64_linux:  "3ea064ab046be39feb1f62b3b9b7d9151c0101fd113ff8095a75c14af2d5acd0" | 
| 16 | 15 |   end | 
| 17 | 16 | 
 | 
| 18 | 17 |   depends_on "pkgconf" => :build | 
|  | 
0 commit comments