Skip to content

Commit

Permalink
Deps: Major version updates for hashbrown, pollster, tower-http.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Dec 10, 2024
1 parent 7e23ef8 commit 94e87af
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ futures-util = { version = "0.3.31", default-features = false, features = ["allo
gilrs = { version = "0.10.4" }
gloo-timers = { version = "0.3.0", default-features = false }
half = { version = "2.3.1", default-features = false, features = ["bytemuck"] }
hashbrown = { version = "0.14.0", default-features = false, features = ["ahash", "inline-more"] }
hashbrown = { version = "0.15.2", default-features = false, features = ["default-hasher", "inline-more"] }
image = { version = "0.25.1", default-features = false }
imgref = { version = "1.10.1", default-features = false }
indoc = { version = "2.0.1", default-features = false }
Expand All @@ -118,7 +118,7 @@ paste = {version = "1.0.15", default-features = false }
petgraph = { version = "0.6.2", default-features = false, features = ["graphmap"] }
png-decoder = { version = "0.1.1", default-features = false } # used by all-is-cubes for no_std-compatible reading pngs
png = { version = "0.17.6", default-features = false } # used by all-is-cubes-desktop for writing pngs
pollster = { version = "0.3.0", default-features = false }
pollster = { version = "0.4.0", default-features = false }
pretty_assertions = { version = "1.2.0" }
rand = { version = "0.8.3", default-features = false }
rand_xoshiro = { version = "0.6.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include_dir = "0.7.2"
mime_guess = "2.0.4" # also used indirectly by tower-http
simplelog = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5.0", features = ["fs"] }
tower-http = { version = "0.6.2", features = ["fs"] }

[dev-dependencies]
async_fn_traits = { workspace = true }
Expand Down
19 changes: 14 additions & 5 deletions all-is-cubes-wasm/Cargo.lock

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

0 comments on commit 94e87af

Please sign in to comment.