Skip to content

Commit

Permalink
Merge pull request #621 from gosub-io/dependabot/cargo/futures-0.3.31
Browse files Browse the repository at this point in the history
Bump futures from 0.3.30 to 0.3.31
  • Loading branch information
Sharktheone authored Oct 7, 2024
2 parents 691d0dd + 6f3ab29 commit f2ce5aa
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 @@ -79,7 +79,7 @@ gosub_v8 = { path = "./crates/gosub_v8", features = [] }
gosub_webexecutor = { path = "./crates/gosub_webexecutor", features = [] }
gosub_net = { path = "./crates/gosub_net", features = [] }
ureq = "2.10.1"
futures = "0.3.30"
futures = "0.3.31"

[profile.release]
lto = "fat"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ smallvec = "1.13.2"
anyhow = "1.0.89"
wgpu = "22.1.0"
raw-window-handle = "0.6.2"
futures = "0.3.30"
futures = "0.3.31"
vello_svg = { version = "0.3.0", optional = true }
gosub_html5 = { path = "../gosub_html5", optional = true }

Expand Down

0 comments on commit f2ce5aa

Please sign in to comment.