deps: metrics -> 0.23

refs: https://github.com/wez/wezterm/pull/5512
This commit is contained in:
Wez Furlong 2024-06-07 17:48:46 -07:00
parent 1c4aa949d6
commit 9bfcb69139
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
8 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -3056,9 +3056,9 @@ dependencies = [
[[package]]
name = "metrics"
version = "0.22.3"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2be3cbd384d4e955b231c895ce10685e3d8260c5ccffae898c96c723b0772835"
checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261"
dependencies = [
"ahash",
"portable-atomic",

View File

@ -12,7 +12,7 @@ anyhow = "1.0"
config = { path = "../config" }
leb128 = "0.2"
log = "0.4"
metrics = "0.22"
metrics = "0.23"
mux = { path = "../mux" }
portable-pty = { path = "../pty", features = ["serde_support"]}
rangeset = { path = "../rangeset" }

View File

@ -11,7 +11,7 @@ ahash = "0.8"
config = { path = "../config" }
fnv = "1.0"
intrusive-collections = "0.9"
metrics = "0.22"
metrics = "0.23"
[dev-dependencies]
k9 = "0.12"

View File

@ -25,7 +25,7 @@ lazy_static = "1.4"
libc = "0.2"
log = "0.4"
luahelper = { path = "../luahelper" }
metrics = "0.22"
metrics = "0.23"
mlua = "0.9"
names = { version = "0.12", default-features = false }
nix = {version="0.28", features=["term"]}

View File

@ -20,7 +20,7 @@ lazy_static = "1.4"
log = "0.4"
libc = "0.2"
lru = "0.12"
metrics = "0.22"
metrics = "0.23"
mux = { path = "../mux" }
openssl = "0.10.57"
parking_lot = "0.12"

View File

@ -28,7 +28,7 @@ lazy_static = "1.4"
lfucache = { path = "../lfucache" }
log = "0.4"
memmap2 = "0.9"
metrics = "0.22"
metrics = "0.23"
ordered-float = "4.1"
rangeset = { path = "../rangeset" }
termwiz = { path = "../termwiz" }

View File

@ -62,7 +62,7 @@ libc = "0.2"
lfucache = { path = "../lfucache" }
log = "0.4"
luahelper = { path = "../luahelper" }
metrics = "0.22"
metrics = "0.23"
mlua = {version="0.9", features=["send"]}
mux = { path = "../mux" }
mux-lua = { path = "../lua-api-crates/mux" }

View File

@ -34,7 +34,7 @@ lazy_static = "1.4"
libloading = "0.8"
line_drawing = "0.8"
log = "0.4"
metrics = "0.22"
metrics = "0.23"
promise = { path = "../promise" }
raw-window-handle = "0.5"
resize = "0.5"