Skip to content

Commit

Permalink
Update Rust crate toml to 0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jun 4, 2024
1 parent 07c17f9 commit f8d04da
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
72 changes: 36 additions & 36 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.7", features = ["serde1"] }
cfg-if = "1.0.0"
diffus = "0.10.0"
toml = { version = "0.5.11", features = ["preserve_order"] }
toml = { version = "0.8.14", features = ["preserve_order"] }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.202", 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.117"
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.14", 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.14"

[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.202", features = ["derive"] }
toml = "0.5.11"
toml = "0.8.14"
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.202", 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.14", 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.23", features = ["serde"] }
serde = { version = "1.0.202", features = ["alloc", "derive"] }
serde_json = { version = "1.0.117", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }
toml = { version = "0.8.14", features = ["preserve_order"] }

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

0 comments on commit f8d04da

Please sign in to comment.