Skip to content

Commit

Permalink
Merge pull request #99 from nickbabcock/dependabot/cargo/bindgen-0.69.1
Browse files Browse the repository at this point in the history
Update bindgen requirement from 0.68.1 to 0.69.1
  • Loading branch information
nickbabcock authored Jan 8, 2024
2 parents e6a6849 + 967881f commit 7435a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ travis-ci = { repository = "nickbabcock/collectd-rust-plugin" }

[build-dependencies]
regex = "1"
bindgen = { version = "0.68.1", optional = true }
bindgen = { version = "0.69.1", optional = true }

[dependencies]
chrono = "0.4.0"
Expand Down

0 comments on commit 7435a15

Please sign in to comment.