Skip to content

Commit

Permalink
Update Rust crate toml to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 18, 2023
1 parent 06f4e85 commit ee238db
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 17 deletions.
48 changes: 37 additions & 11 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 @@ -29,7 +29,7 @@ ahash = "0.8.6"
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.8", features = ["preserve_order"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", 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 @@ -51,7 +51,7 @@ serde_json = "1.0.108"
smallvec = "1.11.2"
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.8", 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.3.1"
toml = "0.5.11"
toml = "0.8.8"

[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 @@ -38,7 +38,7 @@ petgraph = { version = "0.6.4", default-features = false, features = [
] }
rayon = "1.8.0"
serde = { version = "1.0.192", features = ["derive"] }
toml = "0.5.11"
toml = "0.8.8"
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 @@ -41,7 +41,7 @@ rayon = "1.8.0"
serde = { version = "1.0.192", 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.8", 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 @@ -31,7 +31,7 @@ regex-automata = { version = "0.3.4", default-features = false, features = ["dfa
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", features = ["alloc", "derive"] }
serde_json = { version = "1.0.108", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }
toml = { version = "0.8.8", features = ["preserve_order"] }

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

0 comments on commit ee238db

Please sign in to comment.