Skip to content

Commit

Permalink
build(deps): update toml requirement from 0.7 to 0.8 (#2288)
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@toml-v0.7.0...toml-v0.8.2)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 13, 2024
1 parent 7175cd2 commit 5e354d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ s2n-quic-core = { path = "../s2n-quic-core", features = ["testing"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
structopt = "0.3"
toml = "0.7"
toml = "0.8"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 comments on commit 5e354d1

Please sign in to comment.