Skip to content

Commit

Permalink
fix(deps): update rust crate futures to 0.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent f346202 commit 874b8c5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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 @@ -26,7 +26,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
entity = { path = "./entity" }
dotenv = "0.15.0"
juniper_actix = "0.4.0"
futures = "0.3.28"
futures = "0.3.29"
serde = { version = "1.0.190", features = ["derive"] }
bitflags = "2.4.1"
cached = "0.44.0"
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async-std = { version = "1", features = ["attributes", "tokio1"] }
dotenv = "0.15.0"
entity = { path = "../entity" }
meilisearch-entity = { path = "../meilisearch-entity" }
futures = "0.3.28"
futures = "0.3.29"
semver = "1.0.20"
meilisearch-sdk = "0.24.2"

Expand Down

0 comments on commit 874b8c5

Please sign in to comment.