diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-17 10:46:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 10:46:26 +0100 |
commit | 43ee5d5bac043c8d695b8c60e34a734432778cdf (patch) | |
tree | 6de65a4d1a5259398a283cfdd48df60de8ac4dc2 /Cargo.lock | |
parent | Bump serde_json from 1.0.100 to 1.0.103 (#15950) (diff) | |
download | synapse-43ee5d5bac043c8d695b8c60e34a734432778cdf.tar.xz |
Bump pyo3-log from 0.8.2 to 0.8.3 (#15951)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index a3ff932cd8..ee2409e785 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,9 +229,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94ff6535a6bae58d7d0b85e60d4c53f7f84d0d0aa35d6a28c3f3e70bfe51444" +checksum = "f47b0777feb17f61eea78667d61103758b243a871edc09a7786500a50467b605" dependencies = [ "arc-swap", "log", |