mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-12-04 02:09:30 +00:00
chore(deps): update rust crate tokio-metrics to 0.4.0
This commit is contained in:
parent
29c715a45f
commit
84fdd55eb1
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4259,9 +4259,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-metrics"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112"
|
||||
checksum = "cb2bb07a8451c4c6fa8b3497ad198510d8b8dffa5df5cfb97a64102a58b113c8"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"pin-project-lite",
|
||||
|
|
|
@ -236,7 +236,7 @@ features = [
|
|||
]
|
||||
|
||||
[workspace.dependencies.tokio-metrics]
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
|
||||
[workspace.dependencies.libloading]
|
||||
version = "0.8.5"
|
||||
|
|
Loading…
Reference in a new issue