diff --git a/Cargo.lock b/Cargo.lock index 6aa5324d..651d79f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2365,12 +2365,11 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ulid" -version = "1.1.3" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" +checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" dependencies = [ - "getrandom 0.2.15", - "rand 0.8.5", + "rand 0.9.0", "uuid", "web-time", ] diff --git a/Cargo.toml b/Cargo.toml index 30763422..a54a4ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ nanoid = { version = "0.4" } pgrx = { version = "=0.13.1" } pushid = { version = "0.0.1" } timeflake-rs = { version = "0.3" } -ulid = { version = "1.1", features = [ "uuid" ] } +ulid = { version = "1.2", features = [ "uuid" ] } uuid = { version = "1.10", features = [ "v6", "v7" ] } xid = { version = "1.1" } time = { version = "0.3" }