diff --git a/Cargo.toml b/Cargo.toml index 347c46a..59c1356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ archery = { version = "0.4", default-features = false, optional = true } im = { version = "15", default-features = false, optional = true } im-rc = { version = "15", default-features = false, optional = true } imbl = { version = "2", default-features = false, optional = true } -static-rc = { version = "0.5", features = ["alloc"], default-features = false, optional = true } +static-rc = { version = "0.6", features = ["alloc"], default-features = false, optional = true } [dev-dependencies] criterion = { version = "0.4", features = ["cargo_bench_support", "html_reports"], default-features = false }