From: Roland Mas <roland.mas@entierement.net>
Date: Wed, 20 Sep 2023 17:07:06 +0200
Subject: Tweak versioned dependencies

---
 Cargo.lock                | 2 +-
 cramjam-python/Cargo.toml | 2 +-
 libcramjam/Cargo.toml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index e668d71..d41b316 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -244,7 +244,7 @@ dependencies = [
 
 [[package]]
 name = "flate2"
-version = "1.0.26"
+version = "1.0.27"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
 dependencies = [
diff --git a/cramjam-python/Cargo.toml b/cramjam-python/Cargo.toml
index 611042d..3c20597 100644
--- a/cramjam-python/Cargo.toml
+++ b/cramjam-python/Cargo.toml
@@ -19,5 +19,5 @@ extension-module = ["pyo3/extension-module"]
 
 [dependencies]
 # Python 3.12 support not officially released yet
-pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev="90cc69b", default-features = false, features = ["macros"] }
+pyo3 = { version = "^0.19", default-features = false, features = ["macros"] }
 libcramjam = { path = "../libcramjam" }
diff --git a/libcramjam/Cargo.toml b/libcramjam/Cargo.toml
index f85e86b..a1c1eec 100644
--- a/libcramjam/Cargo.toml
+++ b/libcramjam/Cargo.toml
@@ -11,4 +11,4 @@ brotli = { version = "^3", default-features = false, features = ["std"] }
 bzip2 = "^0.4"
 lz4 = "^1"
 flate2 = "^1"
-zstd = "0.11.1+zstd.1.5.2"
+zstd = "0.12.1+zstd.1.5.2"
