Skip to content

Commit

Permalink
Merge pull request #4 from Baarsgaard/dependabot/cargo/toml-0.8.6
Browse files Browse the repository at this point in the history
Update toml requirement from 0.7.5 to 0.8.6
  • Loading branch information
Baarsgaard authored Nov 2, 2023
2 parents 9f5a51b + 3e6c1e5 commit 2f256ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jig-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ regex = { workspace = true }
self_update = { version = "0.37.0", default-features = false, features = ["rustls"] }
serde = { workspace = true }
serde_json = { workspace = true }
toml = "0.7.5"
toml = "0.8.6"
url = { version = "2.4.0", default-features = false }

[features]
Expand Down

0 comments on commit 2f256ad

Please sign in to comment.