Skip to content

Commit 4d72e0b

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
[third-party/rust] Update toml from 0.8.19 to 0.8.22
Summary: Required by new versions of Cargo. Test Plan: `fbcode/common/rust/tools/scripts/third-party-check.sh` Reviewed By: cjlongoria Differential Revision: D75343360 fbshipit-source-id: fa09352ad6cf94919fce92ce80d024f856820324
1 parent 59d2f9a commit 4d72e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antlir/util/cli/json_arg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/lib.rs"
1919
[dependencies]
2020
serde = { version = "1.0.185", features = ["derive", "rc"] }
2121
serde_json = { version = "1.0.140", features = ["float_roundtrip", "unbounded_depth"] }
22-
toml = "0.8.19"
22+
toml = "0.8.22"
2323

2424
[dev-dependencies]
2525
clap = { version = "4.5.38", features = ["derive", "env", "string", "unicode", "wrap_help"] }

0 commit comments

Comments
 (0)