Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.79 to 1.0.80
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 003496a commit 82356bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "event_joiner"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
ceramic-http-client.workspace = true
chrono = "0.4.34"
env_logger = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
ceramic-http-client = { workspace = true, features = ["remote"] }
clap = { version = "=4.4.18", default-features = false, features = ["derive", "std"] }
curve25519-dalek = "=4.1.1"
Expand Down

0 comments on commit 82356bc

Please sign in to comment.