Skip to content

Commit 4663d73

Browse files
Bump anyhow from 1.0.79 to 1.0.80
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.79...1.0.80) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09f5880 commit 4663d73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

llama-cpp-2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pprof = { workspace = true, features = ["criterion", "flamegraph"] }
2020

2121
# used in examples
2222
clap = { version = "4.5.0", features = ["derive"] }
23-
anyhow = "1.0.79"
23+
anyhow = "1.0.80"
2424

2525
[[bench]]
2626
name = "grammar_bias"

0 commit comments

Comments
 (0)