File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ default-features = false # 11 https://docs.rs/crate/portable-atomic/latest/featu
689
689
features = [" fallback" , " float" ]
690
690
691
691
[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
693
693
optional = true # unsafe
694
694
default-features = false # 35 https://docs.rs/crate/pyo3/latest/features
695
695
features = [] # https://docs.rs/pyo3/latest/pyo3/#feature-flags
@@ -818,7 +818,7 @@ optional = true # unsafe
818
818
default-features = false # 3 https://docs.rs/crate/wide/latest/features
819
819
820
820
[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
822
822
optional = true # ±safe (very little unsafe)
823
823
default-features = false # 7 https://docs.rs/crate/winnow/latest/features
824
824
You can’t perform that action at this time.
0 commit comments