=== modified file 'crates/osutils-py/Cargo.toml'
--- old/crates/osutils-py/Cargo.toml	2023-04-19 19:26:38 +0000
+++ new/crates/osutils-py/Cargo.toml	2023-04-26 07:33:14 +0000
@@ -9,5 +9,5 @@
 [dependencies]
 pyo3 = { version = ">=0.17, < 0.19", features = ["extension-module", "chrono" ]}
 breezy-osutils = { path = "../osutils" }
-pyo3-file = { git = "https://github.com/omerbenamram/pyo3-file" }
+pyo3-file = "0.5.0"
 memchr = "2.3.4"

=== modified file 'crates/patch-py/Cargo.toml'
--- old/crates/patch-py/Cargo.toml	2023-04-19 19:26:38 +0000
+++ new/crates/patch-py/Cargo.toml	2023-04-26 07:33:18 +0000
@@ -8,5 +8,5 @@
 
 [dependencies]
 pyo3 = { version = ">=0.17, <0.19", features = ["extension-module", "chrono"]}
-pyo3-file = { git = "https://github.com/omerbenamram/pyo3-file" }
+pyo3-file = "0.5.0"
 breezy-patch = { path = "../patch" }

=== modified file 'crates/rio-py/Cargo.toml'
--- old/crates/rio-py/Cargo.toml	2023-04-25 20:32:09 +0000
+++ new/crates/rio-py/Cargo.toml	2023-04-26 07:33:22 +0000
@@ -9,4 +9,4 @@
 [dependencies]
 pyo3 = { version = ">=0.17, <0.19", features = ["extension-module"]}
 bazaar-rio = { path = "../rio" }
-pyo3-file = { git = "https://github.com/omerbenamram/pyo3-file" }
+pyo3-file = "0.5.0"

=== modified file 'crates/transport-py/Cargo.toml'
--- old/crates/transport-py/Cargo.toml	2023-04-23 13:15:07 +0000
+++ new/crates/transport-py/Cargo.toml	2023-04-26 07:33:27 +0000
@@ -9,4 +9,4 @@
 [dependencies]
 pyo3 = { version = ">=0.17, <0.19", features = ["extension-module"]}
 breezy-transport = { path = "../transport" }
-pyo3-file = { git = "https://github.com/omerbenamram/pyo3-file" }
+pyo3-file = "0.5.0"

