diff options
Diffstat (limited to 'devel/py-pycrdt/Makefile.crates')
-rw-r--r-- | devel/py-pycrdt/Makefile.crates | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pycrdt/Makefile.crates b/devel/py-pycrdt/Makefile.crates index 8d86349862a6..be8734c03582 100644 --- a/devel/py-pycrdt/Makefile.crates +++ b/devel/py-pycrdt/Makefile.crates @@ -3,7 +3,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ async-trait-0.1.88 \ autocfg-1.5.0 \ bitflags-2.9.1 \ - bumpalo-3.18.1 \ + bumpalo-3.19.0 \ cfg-if-1.0.1 \ concurrent-queue-2.5.0 \ crossbeam-utils-0.8.21 \ @@ -42,7 +42,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ serde_json-1.0.140 \ smallstr-0.3.0 \ smallvec-1.15.1 \ - syn-2.0.103 \ + syn-2.0.104 \ target-lexicon-0.13.2 \ thiserror-2.0.12 \ thiserror-impl-2.0.12 \ |