Skip to content

Commit

Permalink
Update float-cmp and pollster
Browse files Browse the repository at this point in the history
These are the direct dependencies that have non-semver compatible
updates (apart from wgpu).
  • Loading branch information
waywardmonkeys committed Feb 17, 2025
1 parent 3fe3ef6 commit 8855193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions masonry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ once_cell = "1.19.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
futures-intrusive = "0.5.0"
pollster = "0.3.0"
pollster = "0.4.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
accesskit.workspace = true
accesskit_winit.workspace = true
Expand All @@ -62,7 +62,7 @@ wgpu-profiler = { optional = true, version = "0.19.0", default-features = false
web-time.workspace = true

[dev-dependencies]
float-cmp = { version = "0.9.0", features = ["std"], default-features = false }
float-cmp = { version = "0.10.0", features = ["std"], default-features = false }
image = { workspace = true, features = ["png"] }
insta = { version = "1.39.0" }
assert_matches = "1.5.0"
Expand Down

0 comments on commit 8855193

Please sign in to comment.