Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 31ecb4f commit 1258dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions servers/translator/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 servers/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.9.1", features = ["gzip"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing = "0.1.39"
anyhow = "1.0.69"
anyhow = "1.0.82"
envy = "0.4.2"
serde = "1.0.197"
tower-http = { version = "0.4.4", features = ["trace"] }
Expand Down

0 comments on commit 1258dae

Please sign in to comment.