Compare commits

..

No commits in common. "55e438f4cc067761026223d9a62ce4edb6e1c8fb" and "70234738b5ee1a5778ca51e39576c79ee250c89b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -787,9 +787,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.80"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
dependencies = [
"itoa",
"ryu",

View File

@ -22,7 +22,7 @@ flate2 = "1.0.23"
tokio-util = { version = "0.7.1", features = ["io"] }
futures-util = "0.3.21"
uuid = { version = "1.0.0", features = ["v4"] }
serde_json = "1.0.80"
serde_json = "1.0.79"
metrics = "0.18.1"
metrics-exporter-prometheus = "0.9.0"
serde = { version = "1.0", features = ["derive"] }