Skip to content

Commit a8be639

Browse files
chore(deps): Update compact_str and ctor deps (#240)
1 parent b657b4a commit a8be639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flecs_ecs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
2424
flecs_ecs_derive = { workspace = true }
2525
flecs_ecs_sys = { workspace = true }
2626
bitflags = "2.8.0"
27-
compact_str = { version = "0.8.1", default-features = false }
27+
compact_str = { version = "0.9.0", default-features = false }
2828
hashbrown = "0.15.2"
2929

3030
# used for backtraces upon hardware exceptions during test
@@ -35,7 +35,7 @@ test_crash_handler = { version = "0.1.0", path = "../test_crash_handler", option
3535
criterion = "0.5.1"
3636
seq-macro = "0.3.5"
3737
rand = "0.9.0"
38-
ctor = "0.3.0"
38+
ctor = "0.4.0"
3939
insta = { version = "1.42.1", features = ["yaml","filters"] }
4040
libc.workspace = true
4141
# used for capturing stdout in the examples test cases. Works only on Nightly, meant

0 commit comments

Comments
 (0)