diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-29 14:15:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 14:15:49 -0400 |
commit | 04798b710dc2cc8cf5a8cfb8a454f03cbfa8840c (patch) | |
tree | 0355c53a461210ede5edc26df87edf73f7f5c0b5 /Cargo.lock | |
parent | Bump pydantic from 1.10.7 to 1.10.8 (#15685) (diff) | |
download | synapse-04798b710dc2cc8cf5a8cfb8a454f03cbfa8840c.tar.xz |
Bump log from 0.4.17 to 0.4.18 (#15681)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index e169a665b6..08331385c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,12 +132,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "memchr" |