diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index 4ae20ce7..925d5b28 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -47,7 +47,7 @@ tokio = { version = "1", features = ["macros", "fs", "rt-multi-thread", "process tokio-stream = "0.1.15" astral-tokio-tar = "0.6.0" tokio-util = { version = "0.7.10", features = ["io"] } -ferroid = { version = "0.8.7", features = ["std", "ulid", "base32"] } +ferroid = { version = "2.0.0", features = ["std", "ulid", "base32"] } url = { version = "2", features = ["serde"] } uuid = { version = "1.8.0", features = ["v4"], optional = true }