diff options
Diffstat (limited to 'devel/py-pydantic-core/Makefile.crates')
-rw-r--r-- | devel/py-pydantic-core/Makefile.crates | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-pydantic-core/Makefile.crates b/devel/py-pydantic-core/Makefile.crates index 221d6c82d4f2..ef7848ae3920 100644 --- a/devel/py-pydantic-core/Makefile.crates +++ b/devel/py-pydantic-core/Makefile.crates @@ -44,11 +44,11 @@ CARGO_CRATES= ahash-0.8.11 \ percent-encoding-2.3.1 \ portable-atomic-1.6.0 \ proc-macro2-1.0.86 \ - pyo3-0.24.0 \ - pyo3-build-config-0.24.0 \ - pyo3-ffi-0.24.0 \ - pyo3-macros-0.24.0 \ - pyo3-macros-backend-0.24.0 \ + pyo3-0.24.1 \ + pyo3-build-config-0.24.1 \ + pyo3-ffi-0.24.1 \ + pyo3-macros-0.24.1 \ + pyo3-macros-backend-0.24.1 \ python3-dll-a-0.2.13 \ quote-1.0.36 \ radium-0.7.0 \ @@ -59,7 +59,7 @@ CARGO_CRATES= ahash-0.8.11 \ ryu-1.0.18 \ serde-1.0.218 \ serde_derive-1.0.218 \ - serde_json-1.0.138 \ + serde_json-1.0.140 \ smallvec-1.14.0 \ speedate-0.15.0 \ stable_deref_trait-1.2.0 \ @@ -76,7 +76,7 @@ CARGO_CRATES= ahash-0.8.11 \ url-2.5.4 \ utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ - uuid-1.15.1 \ + uuid-1.16.0 \ version_check-0.9.5 \ wasi-0.11.0+wasi-snapshot-preview1 \ write16-1.0.0 \ |