Skip to content

Commit

Permalink
Merge pull request #1463 from vext01/instant-rustsec
Browse files Browse the repository at this point in the history
Upgrade cached crate to fix an audit warning.
  • Loading branch information
ltratt authored Nov 12, 2024
2 parents 52ab921 + db88f35 commit be54f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykaddr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0 OR MIT"

[dependencies]
cached = { version = "0.49.2", features = ["proc_macro"] }
cached = { version = "0.54.0", features = ["proc_macro"] }
libc = "0.2"
memmap2 = "0.9.4"
phdrs = { git = "https://github.com/softdevteam/phdrs" }
Expand Down

0 comments on commit be54f51

Please sign in to comment.