From 35ec9c2a0edea44ba6e47bb82d3dc74d060a3573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:15:57 +0000 Subject: [PATCH] chore(deps): bump toml_edit from 0.22.14 to 0.22.16 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.14 to 0.22.16. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.14...v0.22.16) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d07be0..bb6b893 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -614,9 +614,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.14" +version = "0.22.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" +checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index d9ee45f..54cbacf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ rustix = { version = "0.38.34", features = ["event", "io_uring", "mm"] } serde = { version = "1.0", features = ["derive"] } # TODO: package thiserror = { version = "1.0.51" } toml = { version = "0.8.13" } # TODO: package -toml_edit = { version = "0.22.14" } +toml_edit = { version = "0.22.16" } wgpu = { version = "0.19.3" } # TODO: package # Build