Skip to content

Commit

Permalink
fix(deps): update rust crate cached to 0.45 (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent f83ac14 commit 5f44d9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/components/fixtures/qlcplus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ strong-xml = "0.6"
custom_derive = "0.1"
enum_derive = { git = "https://github.com/maxjoehnk/rust-custom-derive", branch = "feature/better-error-reporting" }
htmlentity = "1.3"
cached = { version = "0.44", default-features = false, features = ["proc_macro"] }
cached = { version = "0.45", default-features = false, features = ["proc_macro"] }

[build-dependencies]
ureq = "2.7"
Expand Down

0 comments on commit 5f44d9d

Please sign in to comment.