diff --git a/crates/durable-runtime/Cargo.toml b/crates/durable-runtime/Cargo.toml index fdbcb52..48cbe73 100644 --- a/crates/durable-runtime/Cargo.toml +++ b/crates/durable-runtime/Cargo.toml @@ -29,7 +29,7 @@ chrono = { version = "0.4.44", features = ["serde"] } clap = { version = "4.6", optional = true, features = ["derive", "env"] } console-subscriber = { version = "0.5.0", optional = true } derive_setters = "0.1.9" -ipnetwork = "0.21.0" +ipnetwork = { version = "0.21.0", features = ["serde"] } futures-concurrency = "7.7.1" futures-util = "0.3.32" getrandom = { version = "0.4.2", features = ["std"] }