diff --git a/Cargo.lock b/Cargo.lock index 70acdeaf..3d4fca4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2175,8 +2175,9 @@ dependencies = [ [[package]] name = "pyproject-toml" -version = "0.8.2" -source = "git+https://github.com/wolfv/pyproject-toml-rs?branch=update-deps#98dfe9f560bca6b838080ab06db1a161dd085f1b" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95c3dd745f99aa3c554b7bb00859f7d18c2f1d6afd749ccc86d60b61e702abd9" dependencies = [ "indexmap 2.2.2", "pep440_rs", diff --git a/Cargo.toml b/Cargo.toml index 53486992..6dcce65d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,4 @@ rust-version = "1.70" [workspace.metadata.release] allow-branch = ["main"] consolidate-commits = true -tag-prefix = "" - -[patch.crates-io] -pyproject-toml = { git = "https://github.com/wolfv/pyproject-toml-rs", branch = "update-deps" } +tag-prefix = "" \ No newline at end of file diff --git a/crates/rattler_installs_packages/Cargo.toml b/crates/rattler_installs_packages/Cargo.toml index 95dfe4f6..18e84471 100644 --- a/crates/rattler_installs_packages/Cargo.toml +++ b/crates/rattler_installs_packages/Cargo.toml @@ -63,7 +63,7 @@ pathdiff = "0.2.1" async_zip = { version = "0.0.16", features = ["tokio", "deflate"] } tar = "0.4.40" flate2 = "1.0.28" -pyproject-toml = "0.8.2" +pyproject-toml = "0.9.0" async-once-cell = "0.5.3" configparser = "3.0.4" cacache = { version = "12.0.0", default-features = false, features = ["tokio-runtime", "mmap"] }