diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-24 13:34:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 13:34:56 +0100 |
commit | 1e74b50dc63d79887168b19a9f3ad240bec96590 (patch) | |
tree | e22eca78795ec56720dc8d4c2f2a8647e809d986 | |
parent | Bump typing-extensions from 4.11.0 to 4.12.2 (#17354) (diff) | |
download | synapse-1e74b50dc63d79887168b19a9f3ad240bec96590.tar.xz |
Bump lazy_static from 1.4.0 to 1.5.0 (#17355)
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7472e16291..1955c1a4e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,9 +212,9 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" |