Bump toml_edit from 0.19.1 to 0.19.2 (#772)

This commit is contained in:
dependabot[bot] 2023-02-07 02:19:42 +00:00 committed by GitHub
parent 1c863d829f
commit 98c9f86192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2535,9 +2535,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.19.1"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90a238ee2e6ede22fb95350acc78e21dc40da00bb66c0334bde83de4ed89424e"
checksum = "1f35c303ea3e062b6131be4de16debe23860b9d3f2396658f13b7af1987fb473"
dependencies = [
"indexmap",
"nom8",