Skip to content

Commit

Permalink
Merge pull request #65 from Gateway-DAO/dependabot/cargo/anyhow-1.0.93
Browse files Browse the repository at this point in the history
chore(deps): bump anyhow from 1.0.92 to 1.0.93
  • Loading branch information
10d9e authored Nov 25, 2024
2 parents 928f92b + bd8ea95 commit 31afd32
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ edition = "2021"
license = "MIT"

[workspace.dependencies]
anyhow = "1.0.91"
anyhow = "1.0.93"
tracing = { version = "0.1.40", features = ["log"] }
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ tracing.workspace = true
tracing-subscriber = "0.3.18"
hex = "0.4.3"
bincode = "1.3.3"
anyhow = "1.0.91"
anyhow = "1.0.93"
serde = "1.0"
bytes = "1.8.0"

0 comments on commit 31afd32

Please sign in to comment.