Skip to content

Commit

Permalink
upgrade toml_edit (0.19.8 -> 0.20.4) and toml (0.7.3 -> 0.8.4)
Browse files Browse the repository at this point in the history
Summary: Upgrading `toml_edit` from `0.19.8` to `0.20.4` and `toml` from `0.7.3` to `0.8.4`

Reviewed By: zertosh

Differential Revision: D50616780

fbshipit-source-id: aa35720d2545de3315b64f0d2042b7e6cb328f50
  • Loading branch information
diliop authored and facebook-github-bot committed Oct 26, 2023
1 parent 7dc1f61 commit 1c71b95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion below/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = "=1.0.72"
btrfs = { package = "below-btrfs", version = "0.7.1", path = "../btrfs" }
cgroupfs = { version = "0.7.1", path = "../cgroupfs" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
toml = "0.7.3"
toml = "0.8.4"

[dev-dependencies]
tempfile = "3.8"
2 changes: 1 addition & 1 deletion below/dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
store = { package = "below-store", version = "0.7.1", path = "../store" }
tar = "0.4.40"
tempfile = "3.8"
toml = "0.7.3"
toml = "0.8.4"
2 changes: 1 addition & 1 deletion below/view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ render = { package = "below-render", version = "0.7.1", path = "../render" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
store = { package = "below-store", version = "0.7.1", path = "../store" }
toml = "0.7.3"
toml = "0.8.4"

[dev-dependencies]
tempfile = "3.8"

0 comments on commit 1c71b95

Please sign in to comment.