Skip to content

Commit

Permalink
build(gateway, http): Update simd-json to 0.14.0-rc.3
Browse files Browse the repository at this point in the history
This version is the first one to come with a critical bugfix for
twilight. We can safely bump to a stable release later without making
breaking changes.

Signed-off-by: Jens Reidel <[email protected]>
  • Loading branch information
Gelbpunkt committed Sep 4, 2024
1 parent 5a9da42 commit d0b6acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion twilight-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ twilight-model = { default-features = false, path = "../twilight-model", version
# https://github.com/alexcrichton/flate2-rs/issues/217
flate2 = { default-features = false, optional = true, version = "1.0.24" }
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.16.0-rc.1" }
simd-json = { default-features = false, features = ["serde_impl", "swar-number-parsing"], optional = true, version = ">=0.4, <0.14" }
simd-json = { default-features = false, features = ["serde_impl", "swar-number-parsing"], optional = true, version = "0.14.0-rc.3" }

[dev-dependencies]
anyhow = { default-features = false, features = ["std"], version = "1" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ twilight-validate = { default-features = false, path = "../twilight-validate", v

# Optional dependencies.
brotli-decompressor = { default-features = false, features = ["std"], optional = true, version = "4" }
simd-json = { default-features = false, features = ["serde_impl", "swar-number-parsing"], optional = true, version = ">=0.4, <0.14" }
simd-json = { default-features = false, features = ["serde_impl", "swar-number-parsing"], optional = true, version = "0.14.0-rc.3" }

[features]
default = ["decompression", "rustls-native-roots"]
Expand Down

0 comments on commit d0b6acc

Please sign in to comment.