Fix clippy warnings, update dependencies (4) (#118)

Signed-off-by: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
This commit is contained in:
Jan Alexander Steffens
2023-06-06 17:45:49 +02:00
committed by GitHub
parent 6a065de6fc
commit 9ee99cd547
7 changed files with 478 additions and 322 deletions

View File

@@ -20,7 +20,7 @@ postgres-openssl = "0.5.0"
rand = "0.8.0"
rayon = "1.3.0"
string_cache = "0.8.0"
env_logger = "0.9.0"
env_logger = "0.10.0"
log = "0.4.14"
log-panics = "2.0.0"
@@ -37,12 +37,12 @@ features = ["cargo"]
optional = true
[dependencies.pyo3]
version = "0.17.1"
version = "0.19.0"
features = ["extension-module"]
optional = true
[dependencies.pyo3-log]
version = "0.7.0"
version = "0.8.2"
optional = true
[dependencies.tikv-jemallocator]