diff --git a/Cargo.lock b/Cargo.lock index eb7001a..674b55b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6613,11 +6613,11 @@ dependencies = [ [[package]] name = "ulid" -version = "1.2.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" +checksum = "947dde63b6d514cc5e044edad4e0ca7261afd1099d16c83d942cb2b2f348689c" dependencies = [ - "rand 0.9.4", + "rand 0.10.2", "web-time", ] diff --git a/Cargo.toml b/Cargo.toml index 42daa92..287e774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ semver = "1" # ─── Misc ─── uuid = { version = "1", features = ["v4"] } -ulid = "1" +ulid = "3" lru = "0.18" unicode-width = "0.2" strip-ansi-escapes = "0.2"