Skip to content

Commit

Permalink
Merge pull request #30 from xanderio/renovate/rust-futures-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update rust crate futures-util to 0.3.26
  • Loading branch information
xanderio authored Feb 20, 2023
2 parents 15e501b + d986bec commit 9c57450
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 nxy-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sqlx = { version = "0.6.2", features = [
"uuid",
] }
chrono = { version = "0.4.23", features = ["serde"] }
futures-util = "0.3.25"
futures-util = "0.3.26"
axum = { version = "0.6.1", features = ["ws", "headers", "macros"] }
hyper = { version = "0.14.24", features = [] }
tower = "0.4.13"
Expand Down

0 comments on commit 9c57450

Please sign in to comment.