We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b1516 commit dc21aeeCopy full SHA for dc21aee
Formula/c/cargo-deny.rb
@@ -1,8 +1,8 @@
1
class CargoDeny < Formula
2
desc "Cargo plugin for linting your dependencies"
3
homepage "https://github.com/EmbarkStudios/cargo-deny"
4
- url "https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/0.18.4.tar.gz"
5
- sha256 "cd093a71d383988252428ebc08ee83f9db204e95074138264f9c8bd5fa06369a"
+ url "https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/0.18.5.tar.gz"
+ sha256 "d04cb7b0b9f75c483dc37d72970a8c759674d1a7b882aaae2c56a60fe18361ab"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/EmbarkStudios/cargo-deny.git", branch: "main"
8
0 commit comments