Skip to content

Commit

Permalink
fix(deps): update rust crate trillium-client to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2023
1 parent 3cbff59 commit 3d1ba4a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 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 @@ -18,7 +18,7 @@ tokio = { version = "1.26.0", features = [ "macros", "rt", "sync" ] }
tracing = "0.1.37"
trillium = "0.2.7"
trillium-api = { version = "0.1.0", default-features = false }
trillium-client = { version = "0.3.0", features = [ "json" ] }
trillium-client = { version = "0.3.1", features = [ "json" ] }
trillium-router = "0.3.5"
trillium-tokio = "0.2.1"
url = "2.3.1"
Expand Down

0 comments on commit 3d1ba4a

Please sign in to comment.