Skip to content

Commit

Permalink
Bump lru from 0.11.1 to 0.12.0 (nushell#10732)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and gaetschwartz committed Oct 20, 2023
1 parent 16b5608 commit 6bbcf39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/nu-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chrono = { version = "0.4", features = [ "serde", "std", "unstable-locales" ], d
chrono-humanize = "0.2"
fancy-regex = "0.11"
indexmap = "2.0"
lru = "0.11"
lru = "0.12"
miette = { version = "5.10", features = ["fancy-no-backtrace"] }
num-format = "0.4"
serde = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 6bbcf39

Please sign in to comment.