Compare commits

...

6 Commits

Author SHA1 Message Date
github-actions[bot]
5a3dc57b6b rust-analyzer: Update to version 2025-04-28 2025-04-28 08:32:52 +00:00
github-actions[bot]
a5a7d73ce1 powersession-rs: Update to version 0.1.12 2025-04-28 08:32:51 +00:00
github-actions[bot]
68cbbe0fb2 frp: Update to version 0.62.1 2025-04-28 08:32:51 +00:00
github-actions[bot]
6575ede2d7 centrifugo: Update to version 6.2.0 2025-04-28 08:32:51 +00:00
github-actions[bot]
539cf86894 protolint: Update to version 0.54.0 2025-04-28 04:29:31 +00:00
github-actions[bot]
a5499a1b7b consul: Update to version 1.20.6 2025-04-28 04:29:30 +00:00
6 changed files with 26 additions and 26 deletions

View File

@ -1,12 +1,12 @@
{
"version": "6.1.0",
"version": "6.2.0",
"description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS",
"homepage": "https://centrifugal.dev",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/centrifugal/centrifugo/releases/download/v6.1.0/centrifugo_6.1.0_windows_amd64.zip",
"hash": "4a07e9f9e1e528267d69aa4d26ff950626f3ac4832d3562d81648434969d198b"
"url": "https://github.com/centrifugal/centrifugo/releases/download/v6.2.0/centrifugo_6.2.0_windows_amd64.zip",
"hash": "381b017160f149acca2d331a6e7f975d4659bd034b5e8b9fec6e3bc8d9e6833e"
}
},
"bin": "centrifugo.exe",

View File

@ -1,16 +1,16 @@
{
"version": "1.20.5",
"version": "1.20.6",
"description": "Service Discovery and Configuration",
"homepage": "https://www.consul.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.20.5/consul_1.20.5_windows_amd64.zip",
"hash": "c7d308b83a54dca7a85b3e13eaf183b1b02c74f03072a1c4d54c128ded15c2de"
"url": "https://releases.hashicorp.com/consul/1.20.6/consul_1.20.6_windows_amd64.zip",
"hash": "775b9c3085454cb0b4cc9745719760ed0a2690399d2df2e7dbe2f9a9e6a29eed"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.20.5/consul_1.20.5_windows_386.zip",
"hash": "8ec63241feeb055224dacb9ed8dbff27c0f13c941c69b76925460c2eccc81cd0"
"url": "https://releases.hashicorp.com/consul/1.20.6/consul_1.20.6_windows_386.zip",
"hash": "eadb2614eb6d5063cdcd5f8ac0e4ff64084ac0a124399ef358d36e2578683458"
}
},
"bin": "consul.exe",

View File

@ -1,18 +1,18 @@
{
"version": "0.62.0",
"version": "0.62.1",
"description": "A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.",
"homepage": "https://github.com/fatedier/frp",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fatedier/frp/releases/download/v0.62.0/frp_0.62.0_windows_amd64.zip",
"hash": "542b0e056c70ea4dd5e0bef72f64ff3ac501cd33e3a56d93df7780beb9451ddc",
"extract_dir": "frp_0.62.0_windows_amd64"
"url": "https://github.com/fatedier/frp/releases/download/v0.62.1/frp_0.62.1_windows_amd64.zip",
"hash": "a12e3b36b81232ad9888b43519a6dbcacc5c8def52f3a6c6e95d4fae6a373c5d",
"extract_dir": "frp_0.62.1_windows_amd64"
},
"arm64": {
"url": "https://github.com/fatedier/frp/releases/download/v0.62.0/frp_0.62.0_windows_arm64.zip",
"hash": "dd824012869b3bd9aeaf3929961237944c7d87ad893327f69ab05a64000cec6f",
"extract_dir": "frp_0.62.0_windows_arm64"
"url": "https://github.com/fatedier/frp/releases/download/v0.62.1/frp_0.62.1_windows_arm64.zip",
"hash": "da9e79e7cacc5570631196fae2f9e50ae5202521aa8abaf2e6de85b1778086b9",
"extract_dir": "frp_0.62.1_windows_arm64"
}
},
"bin": [

View File

@ -1,12 +1,12 @@
{
"version": "0.1.11",
"version": "0.1.12",
"description": "Terminal session recorder (Asciinema format) written in Rust.",
"homepage": "https://github.com/Watfaq/PowerSession-rs",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Watfaq/PowerSession-rs/releases/download/v0.1.11/PowerSession.exe",
"hash": "2d3e490f3727f3721ac493b40e2e8aa4e51703c47f5ca116d307979c2683dfee"
"url": "https://github.com/Watfaq/PowerSession-rs/releases/download/v0.1.12/PowerSession.exe",
"hash": "4c08f4d42eb8bc1e0608883183377b4cb304ddf32cf78373eeee7fc0f67407b4"
}
},
"bin": "PowerSession.exe",

View File

@ -1,16 +1,16 @@
{
"version": "0.53.0",
"version": "0.54.0",
"description": "A pluggable linter and fixer to enforce Protocol Buffer style and conventions",
"homepage": "https://github.com/yoheimuta/protolint",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.53.0/protolint_0.53.0_windows_amd64.tar.gz",
"hash": "b741638ebbff18301d58890798929b111bce9ad3a73eccac3f93137f63b0e597"
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.54.0/protolint_0.54.0_windows_amd64.tar.gz",
"hash": "634f0f5b1a95d94c46cfd75d26ab8586183d8592cb42d1796988a50dddc1fa66"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.53.0/protolint_0.53.0_windows_arm64.tar.gz",
"hash": "55839a081933fc70bac6abbfe3b466761eecd12543f95b38d34e7eafc0a11b15"
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.54.0/protolint_0.54.0_windows_arm64.tar.gz",
"hash": "3d233b07939d8647168c3a664b7d34faf53f5979566192be5c9a11d5bbfd35d7"
}
},
"bin": [

View File

@ -1,12 +1,12 @@
{
"version": "2025-04-21",
"version": "2025-04-28",
"description": "A Rust compiler front-end for IDEs",
"homepage": "https://rust-analyzer.github.io/",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rust-lang/rust-analyzer/releases/download/2025-04-21/rust-analyzer-x86_64-pc-windows-msvc.zip",
"hash": "04880849201b2ed061a9e4e4eb7f1484cb2b10bdea31b42e5eb3833dacb83230"
"url": "https://github.com/rust-lang/rust-analyzer/releases/download/2025-04-28/rust-analyzer-x86_64-pc-windows-msvc.zip",
"hash": "a672e2b620e60e7cca86860523472889847d874a9edf11edde394ec43d761850"
}
},
"bin": "rust-analyzer.exe",