Make sure that serde_json::Map::into_values
exists (#19229)
# Objective cargo update was required to build because into_values was added in a patch version ## Solution Depend on the new patch ## Testing Builds locally now
This commit is contained in:
parent
66877f63be
commit
20057e5ed7
@ -548,7 +548,7 @@ rand_chacha = "0.3.1"
|
||||
ron = "0.8.0"
|
||||
flate2 = "1.0"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde_json = "1.0.140"
|
||||
bytemuck = "1.7"
|
||||
bevy_render = { path = "crates/bevy_render", version = "0.16.0-dev", default-features = false }
|
||||
# The following explicit dependencies are needed for proc macros to work inside of examples as they are part of the bevy crate itself.
|
||||
|
@ -61,7 +61,7 @@ fixedbitset = "0.5"
|
||||
itertools = "0.14"
|
||||
percent-encoding = "2.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde_json = "1.0.140"
|
||||
smallvec = "1.11"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
|
||||
|
@ -117,7 +117,7 @@ wgpu-types = { version = "24", features = [
|
||||
ron = "0.8.0"
|
||||
rmp-serde = "1.1"
|
||||
bincode = { version = "2.0", features = ["serde"] }
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0.140"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
static_assertions = "1.1.0"
|
||||
|
||||
|
@ -31,7 +31,7 @@ bevy_platform = { path = "../bevy_platform", version = "0.16.0-dev", default-fea
|
||||
anyhow = "1"
|
||||
hyper = { version = "1", features = ["server", "http1"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = { version = "1" }
|
||||
serde_json = "1.0.140"
|
||||
http-body-util = "0.1"
|
||||
async-channel = "2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user