Skip to content

Commit

Permalink
ignore non-local-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaczanowski committed Feb 17, 2025
1 parent 17a8a97 commit 4dd67ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
RUSTFLAGS: "-Dwarnings -Anon-local-definitions"

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ zeroize = "1"

# HashiCorp Vault deps
ureq = { version = "3.0.5", default-features=false, features = ["rustls", "json", "gzip"], optional = true}
rustls = { version = "0.23.18" }
rustls = { version = "0.23.22" }
base64 = { version = "0.13.0", optional = true}
aes-kw = { version = "0.2.1", features = ["std"], optional = true}
rsa = { version = "0.6.1", default = true, optional = true}
Expand Down

0 comments on commit 4dd67ad

Please sign in to comment.