diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-12 09:22:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 09:22:21 +0100 |
commit | 0b104364f9f118be0ec722894650fad9583bf59c (patch) | |
tree | 08694ed3b6e31c7e15bca44e4716d4a70b3849f8 | |
parent | Bump serde from 1.0.163 to 1.0.164 (#15760) (diff) | |
download | synapse-0b104364f9f118be0ec722894650fad9583bf59c.tar.xz |
Bump pyo3-log from 0.8.1 to 0.8.2 (#15759)
Bumps [pyo3-log](https://github.com/vorner/pyo3-log) from 0.8.1 to 0.8.2. - [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/vorner/pyo3-log/compare/v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: pyo3-log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index f34a72c269..4f75452b3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,9 +229,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9c8b57fe71fb5dcf38970ebedc2b1531cf1c14b1b9b4c560a182a57e115575c" +checksum = "c94ff6535a6bae58d7d0b85e60d4c53f7f84d0d0aa35d6a28c3f3e70bfe51444" dependencies = [ "arc-swap", "log", |