Skip to content

Commit

Permalink
Merge pull request #1612 from h3poteto/renovate/rust-futures-monorepo
Browse files Browse the repository at this point in the history
Update Rust crate futures to 0.3.31
  • Loading branch information
h3poteto authored Oct 21, 2024
2 parents 7246404 + 046be45 commit 258cd97
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0.210", features = ["derive"] }
tauri = { version = "1.7.2", features = ["api-all"] }
sqlx = { version = "0.8.0", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
tokio = { version = "1.40.0", features = ["full"] }
futures = "0.3.30"
futures = "0.3.31"
directories = "5.0.1"
megalodon = "0.13.9"
tracing = "0.1.40"
Expand Down

0 comments on commit 258cd97

Please sign in to comment.