Skip to content

Commit

Permalink
Update Rust crate toml to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed May 10, 2024
1 parent 0c55240 commit d0e6806
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
58 changes: 29 additions & 29 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.11"
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.12", features = ["preserve_order"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.199", 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.116"
smallvec = "1.13.2"
static_assertions = "1.1.0"
target-spec = { version = "3.1.0", path = "../target-spec" }
toml = { version = "0.5.11", optional = true, features = ["preserve_order"] }
toml = { version = "0.8.12", 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.12"

[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.5", default-features = false, features = [
] }
rayon = "1.10.0"
serde = { version = "1.0.199", features = ["derive"] }
toml = "0.5.11"
toml = "0.8.12"
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.10.0"
serde = { version = "1.0.199", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.1.0", path = "../../target-spec" }
toml = { version = "0.5.11", optional = true }
toml = { version = "0.8.12", 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-syntax = { version = "0.8.2" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.200", features = ["alloc", "derive"] }
serde_json = { version = "1.0.116", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }
toml = { version = "0.8.12", features = ["preserve_order"] }

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

0 comments on commit d0e6806

Please sign in to comment.