Index: python-maturin-1.3.2/Cargo.toml
===================================================================
--- python-maturin-1.3.2.orig/Cargo.toml
+++ python-maturin-1.3.2/Cargo.toml
@@ -36,12 +36,12 @@ name = "maturin"
 
 [dependencies]
 anyhow = "1.0"
-base64 = "0.21.0"
+base64 = "0.22.1"
 glob = "0.3.0"
 cargo-config2 = "0.1.7"
 cargo_metadata = "0.15.4"
-cargo-options = "0.6.0"
-cbindgen = { version = "0.26", default-features = false }
+cargo-options = "0.7.4"
+cbindgen = { version = "0.27", default-features = false }
 flate2 = "1.0.18"
 goblin = "0.7.1"
 platform-info = "2.0.1"
@@ -63,17 +63,17 @@ semver = "1.0.13"
 target-lexicon = "0.12.8"
 indexmap = "2"
 pyproject-toml = "0.7.0"
-python-pkginfo = "0.5.5"
+python-pkginfo = "0.6.3"
 textwrap = "0.16.0"
 ignore = "0.4.20"
-itertools = "0.10.5"
+itertools = "0.13.0"
 lddtree = "0.3.3"
 cc = "1.0.72"
 dunce = "1.0.2"
 normpath = "1.0.0"
 path-slash = "0.2.1"
-pep440_rs = { version = "0.3.6", features = ["serde"] }
-pep508_rs = { version = "0.2.1", features = ["serde"] }
+pep440_rs = { version = "0.3.0", features = ["serde"] }
+pep508_rs = { version = "0.2.0", features = ["serde"] }
 time = "0.3.17"
 
 # cli
@@ -95,7 +95,7 @@ indoc = "2.0.3"
 pretty_assertions = "1.3.0"
 rustversion = "1.0.9"
 time = { version = "0.3.17", features = ["macros"] }
-which = "4"
+which = "6.0.3"
 
 [features]
 default = ["full", "rustls"]
