Skip to content

Commit 9a96d52

Browse files
committed
bump dependencies
1 parent 6149cab commit 9a96d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ default-features = false # 11 https://docs.rs/crate/portable-atomic/latest/featu
689689
features = ["fallback", "float"]
690690

691691
[dependencies.pyo3] # https://crates.io/crates/pyo3
692-
version = "0.23.3" # ✓ https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md
692+
version = "0.23.4" # ✓ https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md
693693
optional = true # unsafe
694694
default-features = false # 35 https://docs.rs/crate/pyo3/latest/features
695695
features = [] # https://docs.rs/pyo3/latest/pyo3/#feature-flags
@@ -818,7 +818,7 @@ optional = true # unsafe
818818
default-features = false # 3 https://docs.rs/crate/wide/latest/features
819819

820820
[dependencies.winnow] # https://crates.io/crates/winnow
821-
version = "0.6.22" # ✓ https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md
821+
version = "0.6.24" # ✓ https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md
822822
optional = true # ±safe (very little unsafe)
823823
default-features = false # 7 https://docs.rs/crate/winnow/latest/features
824824

0 commit comments

Comments
 (0)