Skip to content

Commit

Permalink
Update Rust crate serde_json to v1.0.125
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 262ce39 commit 77993eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
13 changes: 2 additions & 11 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/qos_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ qos_hex = { path = "../qos_hex", features = ["serde"], default-features = false

# Third party
axum = { version = "0.6.20", features = ["http1", "tokio", "json"], default-features = false }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
serde_json = { version = "1" }
serde = { version = "1", features = ["derive"], default-features = false }
Expand Down
3 changes: 0 additions & 3 deletions src/qos_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ rand = { version = "0.8.5", default-features = false, optional = true }

[dev-dependencies]
qos_test_primitives = { path = "../qos_test_primitives" }
httparse = { version = "1.9.4", default-features = false }
chunked_transfer = { version = "1.5.0", default-features = false }
serde_json = { version = "1.0.121", features = ["std"], default-features = false }
rustls = { version = "0.23.5" }
webpki-roots = { version = "0.26.1" }

Expand Down

0 comments on commit 77993eb

Please sign in to comment.