Skip to content

Commit f8f7c1b

Browse files
authored
chore(deps): bump askama and reenable broken lints again (#436)
1 parent 9127da6 commit f8f7c1b

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ unreachable_pub = "warn"
4141
unsafe_code = "warn"
4242
unstable_features = "warn"
4343
unused_import_braces = "warn"
44-
# TODO: change to "warn" when/if this is fixed and released:
45-
# https://github.com/askama-rs/askama/issues/642
46-
unused_qualifications = "allow"
44+
unused_qualifications = "warn"
4745
rust_2018_idioms = { level = "warn", priority = -1 }
4846

4947
[workspace.lints.clippy]
@@ -54,16 +52,13 @@ allow_attributes = "warn"
5452
# TODO: consider removing this if/when this is fixed:
5553
# https://github.com/rust-lang/rust-clippy/issues/16175
5654
needless_continue = "allow"
57-
# TODO: remove this if/when this is fixed and released:
58-
# https://github.com/askama-rs/askama/issues/643
59-
elidable_lifetime_names = "allow"
6055

6156
[workspace.dependencies]
6257
ahash = { version = "0.8.12", default-features = false }
6358
aide = { version = "0.15", default-features = false }
6459
anstyle = "1.0.13"
6560
anyhow = "1.0.100"
66-
askama = { version = "0.15", default-features = false }
61+
askama = { version = "0.15.1", default-features = false }
6762
assert_cmd = "2"
6863
async-stream = "0.3"
6964
async-trait = "0.1"

0 commit comments

Comments
 (0)