Skip to content

Commit

Permalink
Merge pull request #89 from utilityai/dependabot/cargo/anyhow-1.0.80
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.79 to 1.0.80
  • Loading branch information
MarcusDunn authored Feb 20, 2024
2 parents 09f5880 + 4663d73 commit 4ae867c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 llama-cpp-2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pprof = { workspace = true, features = ["criterion", "flamegraph"] }

# used in examples
clap = { version = "4.5.0", features = ["derive"] }
anyhow = "1.0.79"
anyhow = "1.0.80"

[[bench]]
name = "grammar_bias"
Expand Down

0 comments on commit 4ae867c

Please sign in to comment.