Skip to content

Commit

Permalink
Chore: Update dependencies.
Browse files Browse the repository at this point in the history
Updates simd-json -> 0.8, socket2 -> 0.5.

Tested using `cargo make ready`.
  • Loading branch information
FelixMcFelix committed Nov 20, 2023
1 parent 500d679 commit a5f7d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ rusty_pool = { optional = true, version = "0.7" }
serde = { version = "1", features = ["derive"] }
serde-aux = { optional = true, version = "4"}
serde_json = "1"
simd-json = { features = ["serde_impl"], optional = true, version = "0.7.0" }
socket2 = { optional = true, version = "0.4" }
simd-json = { features = ["serde_impl"], optional = true, version = "0.8.0" }
socket2 = { optional = true, version = "0.5" }
streamcatcher = { optional = true, version = "1" }
symphonia = { default_features = false, optional = true, version = "0.5.2" }
symphonia-core = { optional = true, version = "0.5.2" }
Expand Down

0 comments on commit a5f7d3f

Please sign in to comment.