Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.189
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 2c3c5f5 commit c7ab311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -14,6 +14,6 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing = "0.1.38"
anyhow = "1.0.69"
envy = "0.4.2"
serde = "1.0.188"
serde = "1.0.189"
tower-http = { version = "0.4.4", features = ["trace"] }
indexmap = "1.9.2"

0 comments on commit c7ab311

Please sign in to comment.