diff options
Diffstat (limited to 'www/py-nh3/Makefile.crates')
-rw-r--r-- | www/py-nh3/Makefile.crates | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/www/py-nh3/Makefile.crates b/www/py-nh3/Makefile.crates index e236bf60f462..14a24347979d 100644 --- a/www/py-nh3/Makefile.crates +++ b/www/py-nh3/Makefile.crates @@ -1,59 +1,61 @@ -CARGO_CRATES= ammonia-3.3.0 \ - autocfg-1.1.0 \ +CARGO_CRATES= ammonia-4.0.0 \ + autocfg-1.2.0 \ bitflags-1.3.2 \ cfg-if-1.0.0 \ form_urlencoded-1.2.1 \ futf-0.1.5 \ - getrandom-0.2.11 \ + getrandom-0.2.12 \ heck-0.4.1 \ - html5ever-0.26.0 \ + html5ever-0.27.0 \ idna-0.5.0 \ - indoc-2.0.4 \ - libc-0.2.150 \ + indoc-2.0.5 \ + libc-0.2.153 \ lock_api-0.4.11 \ - log-0.4.20 \ + log-0.4.21 \ mac-0.1.1 \ maplit-1.0.2 \ - markup5ever-0.11.0 \ + markup5ever-0.12.0 \ memoffset-0.9.0 \ - new_debug_unreachable-1.0.4 \ + new_debug_unreachable-1.0.6 \ once_cell-1.19.0 \ parking_lot-0.12.1 \ parking_lot_core-0.9.9 \ percent-encoding-2.3.1 \ - phf-0.10.1 \ - phf_codegen-0.10.0 \ + phf-0.11.2 \ + phf_codegen-0.11.2 \ phf_generator-0.10.0 \ + phf_generator-0.11.2 \ phf_shared-0.10.0 \ + phf_shared-0.11.2 \ + portable-atomic-1.6.0 \ ppv-lite86-0.2.17 \ precomputed-hash-0.1.1 \ - proc-macro2-1.0.70 \ - pyo3-0.20.0 \ - pyo3-build-config-0.20.0 \ - pyo3-ffi-0.20.0 \ - pyo3-macros-0.20.0 \ - pyo3-macros-backend-0.20.0 \ - quote-1.0.33 \ + proc-macro2-1.0.79 \ + pyo3-0.21.0 \ + pyo3-build-config-0.21.0 \ + pyo3-ffi-0.21.0 \ + pyo3-macros-0.21.0 \ + pyo3-macros-backend-0.21.0 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ redox_syscall-0.4.1 \ scopeguard-1.2.0 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ + serde-1.0.197 \ + serde_derive-1.0.197 \ siphasher-0.3.11 \ - smallvec-1.11.2 \ + smallvec-1.13.2 \ string_cache-0.8.7 \ string_cache_codegen-0.5.2 \ - syn-1.0.109 \ - syn-2.0.39 \ - target-lexicon-0.12.12 \ + syn-2.0.55 \ + target-lexicon-0.12.14 \ tendril-0.4.3 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - unicode-bidi-0.3.14 \ + unicode-bidi-0.3.15 \ unicode-ident-1.0.12 \ - unicode-normalization-0.1.22 \ + unicode-normalization-0.1.23 \ unindent-0.2.3 \ url-2.5.0 \ utf-8-0.7.6 \ |