diff options
Diffstat (limited to 'net-im/py-matrix-synapse/Makefile.crates')
-rw-r--r-- | net-im/py-matrix-synapse/Makefile.crates | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-im/py-matrix-synapse/Makefile.crates b/net-im/py-matrix-synapse/Makefile.crates index 1b14cfed9317..4b0fc7b24a05 100644 --- a/net-im/py-matrix-synapse/Makefile.crates +++ b/net-im/py-matrix-synapse/Makefile.crates @@ -1,5 +1,5 @@ CARGO_CRATES= aho-corasick-1.0.2 \ - anyhow-1.0.72 \ + anyhow-1.0.75 \ arc-swap-1.5.1 \ autocfg-1.1.0 \ bitflags-1.3.2 \ @@ -16,7 +16,7 @@ CARGO_CRATES= aho-corasick-1.0.2 \ libc-0.2.135 \ lock_api-0.4.9 \ log-0.4.20 \ - memchr-2.5.0 \ + memchr-2.6.3 \ memoffset-0.6.5 \ once_cell-1.15.0 \ parking_lot-0.12.1 \ @@ -31,14 +31,14 @@ CARGO_CRATES= aho-corasick-1.0.2 \ pythonize-0.17.0 \ quote-1.0.29 \ redox_syscall-0.2.16 \ - regex-1.9.3 \ - regex-automata-0.3.6 \ - regex-syntax-0.7.4 \ + regex-1.9.5 \ + regex-automata-0.3.8 \ + regex-syntax-0.7.5 \ ryu-1.0.11 \ scopeguard-1.1.0 \ - serde-1.0.184 \ - serde_derive-1.0.184 \ - serde_json-1.0.104 \ + serde-1.0.188 \ + serde_derive-1.0.188 \ + serde_json-1.0.107 \ smallvec-1.10.0 \ subtle-2.4.1 \ syn-1.0.104 \ |