Skip to content

Commit

Permalink
Update Rust crate toml to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 4, 2023
1 parent 2626bb0 commit 9467091
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 11 deletions.
36 changes: 31 additions & 5 deletions 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 guppy-summaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ all-features = true
camino = { version = "1.1.6", features = ["serde1"] }
cfg-if = "1.0.0"
diffus = "0.10.0"
toml = { version = "0.5.11", features = ["preserve_order"] }
toml = { version = "0.8.2", features = ["preserve_order"] }
semver = { version = "1.0.19", features = ["serde"] }
serde = { version = "1.0.188", features = ["derive"] }
guppy-workspace-hack.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_json = "1.0.107"
smallvec = "1.11.1"
static_assertions = "1.1.0"
target-spec = { version = "3.0.1", path = "../target-spec" }
toml = { version = "0.5.11", optional = true, features = ["preserve_order"] }
toml = { version = "0.8.2", optional = true, features = ["preserve_order"] }
guppy-workspace-hack.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion target-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ guppy-workspace-hack.workspace = true
[dev-dependencies]
rustc_version = "0.4.0"
test-case = "3.2.1"
toml = "0.5.11"
toml = "0.8.2"

[features]
custom = ["dep:serde", "dep:serde_json"]
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ petgraph = { version = "0.6.4", default-features = false, features = [
] }
rayon = "1.8.0"
serde = { version = "1.0.188", features = ["derive"] }
toml = "0.5.11"
toml = "0.8.2"
guppy-workspace-hack.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rayon = "1.8.0"
serde = { version = "1.0.188", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.0.1", path = "../../target-spec" }
toml = { version = "0.5.11", optional = true }
toml = { version = "0.8.2", optional = true }
toml_edit = "0.17.1"
twox-hash = { version = "1.6.3", default-features = false }
guppy-workspace-hack.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ regex-automata = { version = "0.3.4", default-features = false, features = ["dfa
semver = { version = "1.0.19", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive"] }
serde_json = { version = "1.0.107", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }
toml = { version = "0.8.2", features = ["preserve_order"] }

[build-dependencies]
proc-macro2 = { version = "1.0.66" }
Expand Down

0 comments on commit 9467091

Please sign in to comment.