1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-20 06:34:47 +00:00

Bump ulid from 1.2.0 to 1.2.1 (#18246)

This commit is contained in:
dependabot[bot] 2025-03-18 10:01:09 +00:00 committed by GitHub
parent 79081e1be5
commit 4d2c4ce92b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -544,9 +544,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]] [[package]]
name = "ulid" name = "ulid"
version = "1.2.0" version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab82fc73182c29b02e2926a6df32f2241dbadb5cfc111fd595515b3598f46bb3" checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
dependencies = [ dependencies = [
"rand", "rand",
"web-time", "web-time",