diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 13:57:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 13:57:45 +0100 |
commit | 2af729a193389cc71e61232b67a62574e166128c (patch) | |
tree | 80777034e3b51f71718f6fdd8686d936ac6bc6ec | |
parent | Bump jsonschema from 4.22.0 to 4.23.0 (#17444) (diff) | |
download | synapse-2af729a193389cc71e61232b67a62574e166128c.tar.xz |
Bump ulid from 1.1.2 to 1.1.3 (#17442)
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3a8bf7a49c..cc2c59d6f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,9 +597,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ulid" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259" +checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" dependencies = [ "getrandom", "rand", |