diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2023-10-28 01:14:59 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2023-10-28 01:14:59 +0800 |
commit | f2e69e923045efe557445772fc898235873722ee (patch) | |
tree | e65e9288085977869605f3df867990b0c9db875d /net-im/py-matrix-synapse/Makefile.crates | |
parent | x11-toolkits/libshumate: update to 1.1.1 (diff) |
net-im/py-matrix-synapse: Update to 1.93.0
Release notes:
- https://github.com/matrix-org/synapse/releases/tag/v1.91.1
- https://github.com/matrix-org/synapse/releases/tag/v1.91.2
- https://github.com/matrix-org/synapse/releases/tag/v1.92.0
- https://github.com/matrix-org/synapse/releases/tag/v1.92.1
- https://github.com/matrix-org/synapse/releases/tag/v1.92.2
- https://github.com/matrix-org/synapse/releases/tag/v1.93.0
PR: 273563
Approved by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
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 \ |