Skip to content

Commit

Permalink
Merge pull request #105 from GatewayLabs/dependabot/cargo/anyhow-1.0.95
Browse files Browse the repository at this point in the history
chore(deps): bump anyhow from 1.0.94 to 1.0.95
  • Loading branch information
10d9e authored Dec 25, 2024
2 parents 207ab86 + d5d417d commit 5bd2a00
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.94"
anyhow = "1.0.95"
tracing = { version = "0.1.41", 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.19"
hex = "0.4.3"
bincode = "1.3.3"
anyhow = "1.0.94"
anyhow = "1.0.95"
serde = "1.0"
bytes = "1.9.0"

0 comments on commit 5bd2a00

Please sign in to comment.