diff --git a/examples/prefabs/Cargo.toml b/examples/prefabs/Cargo.toml index 506e73bd..c5a9b7df 100644 --- a/examples/prefabs/Cargo.toml +++ b/examples/prefabs/Cargo.toml @@ -14,7 +14,7 @@ insim = { path = "../../insim", default-features = false, features = ["tokio", " kitcar = { path = "../../kitcar" } noise = "0.9.0" rand = { version = "0.9", features = ["thread_rng"] } -rand_distr = "0.5.1" +rand_distr = "0.6.0" serde = { workspace = true, features = ["derive"] } serde_norway = "0.9.42" tokio = { workspace = true, features = ["full"] }