diff --git a/Cargo.lock b/Cargo.lock index d0ce890..9d221bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4589,11 +4589,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.5", + "rand 0.10.2", "serde", "uuid", "web-time", diff --git a/Cargo.toml b/Cargo.toml index a547355..a8a7f92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tracing-subscriber = { version = "0.3", features = [ "fmt", "json", ] } -ulid = { version = "1.2", features = ["serde", "uuid"] } +ulid = { version = "3.0", features = ["serde", "uuid"] } bytesize = { version = "2.3", features = ["serde"] }