nats-server: Update to version 2.10.0

This commit is contained in:
github-actions[bot] 2023-09-19 20:24:14 +00:00
parent 7f7da09395
commit b33bc2dee3

View File

@ -1,23 +1,23 @@
{ {
"version": "2.9.22", "version": "2.10.0",
"description": "High-Performance server for NATS.io, the cloud and edge native messaging system", "description": "High-Performance server for NATS.io, the cloud and edge native messaging system",
"homepage": "https://github.com/nats-io/nats-server", "homepage": "https://github.com/nats-io/nats-server",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.22/nats-server-v2.9.22-windows-amd64.zip", "url": "https://github.com/nats-io/nats-server/releases/download/v2.10.0/nats-server-v2.10.0-windows-amd64.zip",
"hash": "e91db73b02bd4dca3eb7a4bf32e29763450b08d593f73e87d0a6b70102dea0d4", "hash": "bb932643a55347b8a12f7681d98b45d5ef858ce89be375dcc9e5701ef31900e2",
"extract_dir": "nats-server-v2.9.22-windows-amd64" "extract_dir": "nats-server-v2.10.0-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.22/nats-server-v2.9.22-windows-386.zip", "url": "https://github.com/nats-io/nats-server/releases/download/v2.10.0/nats-server-v2.10.0-windows-386.zip",
"hash": "22dbc8cfbfcd65ea6d761bef11f3c6c2fb3241b1840c5c4e2e513aa947cbfb5c", "hash": "eae27d79be15d7940ee5a8614118bf85f00e53f5604c1e311c44918dbb256a9f",
"extract_dir": "nats-server-v2.9.22-windows-386" "extract_dir": "nats-server-v2.10.0-windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.22/nats-server-v2.9.22-windows-arm64.zip", "url": "https://github.com/nats-io/nats-server/releases/download/v2.10.0/nats-server-v2.10.0-windows-arm64.zip",
"hash": "edcb8c9433fd87fc281979f4036384962fac082317de2e71bf47587c58447c90", "hash": "9586e02574ac238d345966f28b28367a87ec9b5b981dfd6308f49a8b82c4d654",
"extract_dir": "nats-server-v2.9.22-windows-arm64" "extract_dir": "nats-server-v2.10.0-windows-arm64"
} }
}, },
"bin": "nats-server.exe", "bin": "nats-server.exe",