Skip to content

Commit

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

Reviewed By: zertosh

Differential Revision: D50704691

fbshipit-source-id: 2958ea5a5495430f89cc3255ae19097eb0fed917
  • Loading branch information
diliop authored and facebook-github-bot committed Oct 26, 2023
1 parent ca7fb4f commit a727c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ indexmap = { version = "1.9.2", features = ["arbitrary", "rayon", "serde-1"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
signed_source = { path = "../../signed_source" }
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
toml = "0.7.3"
toml = "0.8.4"
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ syn1 = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold
synstructure = "0.12"
tempfile = "3.8"
thiserror = "1.0.43"
toml = "0.7.3"
toml = "0.8.4"
walkdir = "2.3"

0 comments on commit a727c3b

Please sign in to comment.