diff options
author | V02460 <V02460@gmail.com> | 2023-02-13 13:25:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 12:25:56 +0000 |
commit | bac123c9d3d2c614c7394d5af371567334939307 (patch) | |
tree | 137f268c9ddfec3334728cf4781f196ba03fc176 /Cargo.lock | |
parent | Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to sep... (diff) | |
download | synapse-bac123c9d3d2c614c7394d5af371567334939307.tar.xz |
Update pyo3-log to v0.8.1 (#15043)
Signed-off-by: Kai A. Hiller <V02460@gmail.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 d44191ff38..1bf76cb863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,9 +232,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.7.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5695ccff5060c13ca1751cf8c857a12da9b0bf0378cb071c5e0326f7c7e4c1b" +checksum = "f9c8b57fe71fb5dcf38970ebedc2b1531cf1c14b1b9b4c560a182a57e115575c" dependencies = [ "arc-swap", "log", |