Compare commits
1 commit
1b9b5d0f28
...
bfa77d8949
| Author | SHA1 | Date | |
|---|---|---|---|
| bfa77d8949 |
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -754,9 +754,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.93"
|
||||
version = "1.0.92"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
|
||||
checksum = "7434af0dc1cbd59268aa98b4c22c131c0584d2232f6fb166efb993e2832e896a"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ flate2 = "1.0.25"
|
|||
tokio-util = { version = "0.7.4", features = ["io"] }
|
||||
futures-util = "0.3.25"
|
||||
uuid = { version = "1.2.1", features = ["v4"] }
|
||||
serde_json = "1.0.93"
|
||||
serde_json = "1.0.92"
|
||||
metrics = "0.20.1"
|
||||
metrics-exporter-prometheus = "0.11.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue