Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.68 to 1.0.69
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.69.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.68...1.0.69)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2023
1 parent 76f9caa commit 3c0ae62
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 Cargo.toml
Expand Up @@ -11,7 +11,7 @@ build = "build.rs"
lalrpop = { version = "0.19.8", default-features = false, features = ["lexer"] }

[dependencies]
anyhow = { version = "1.0.68", default-features = false, features = ["std"] }
anyhow = { version = "1.0.69", default-features = false, features = ["std"] }
bytes = { version = "1.2.1", default-features = false }
clap = { version = "4.1.4", default-features = false, features = ["std"] }
egg-mode = { version = "0.16.0", default-features = false, features = ["rustls"] }
Expand Down

0 comments on commit 3c0ae62

Please sign in to comment.