Skip to content

Commit 2621d5b

Browse files
committed
bump crates
1 parent 31c3d4b commit 2621d5b

3 files changed

Lines changed: 58 additions & 57 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
os: macos-latest
3333
- target: x86_64-apple-darwin
3434
os: macos-latest
35-
# - target: x86_64-pc-windows-msvc
36-
# os: windows-latest
35+
- target: x86_64-pc-windows-msvc
36+
os: windows-latest
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- uses: actions/checkout@v3

Cargo.lock

Lines changed: 55 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hdv_derive = "0.7"
3030
hyper = "1"
3131
hyper-util = "0.1"
3232
metrics = "0.24"
33-
metrics-exporter-prometheus = { version = "0.17", default-features = false }
33+
metrics-exporter-prometheus = { version = "0.18", default-features = false }
3434
monitor_table = { git = "https://github.com/Banyc/monitor_table.git", tag = "v0.0.15" }
3535
mptcp = { git = "https://github.com/Banyc/mptcp.git", tag = "v0.0.2" }
3636
mux = { git = "https://github.com/Banyc/mux.git", tag = "v0.0.10" }

0 commit comments

Comments
 (0)