summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-16 14:14:46 +0000
committerGitHub <noreply@github.com>2025-01-16 14:14:46 +0000
commit5f15a549d787206eb331ae3799a689489e0949d3 (patch)
treef3c4d55adc5207ee4ff5d6471ac9d8920b693bb2
parentBump mypy from 1.12.1 to 1.13.0 (#18083) (diff)
downloadsynapse-5f15a549d787206eb331ae3799a689489e0949d3.tar.xz
Bump ulid from 1.1.3 to 1.1.4 (#18080)
-rw-r--r--Cargo.lock7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock

index 859dd2086d..f0e06bb491 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -124,10 +124,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", - "js-sys", "libc", "wasi", - "wasm-bindgen", ] [[package]] @@ -538,11 +536,10 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ulid" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" +checksum = "f294bff79170ed1c5633812aff1e565c35d993a36e757f9bc0accf5eec4e6045" dependencies = [ - "getrandom", "rand", "web-time", ]