Bump toml from 0.8.8 to 0.8.10

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.10.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.10)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-06 10:12:56 +00:00 committed by GitHub
parent 1cbb16936b
commit ee6e0b40d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@ -1524,7 +1524,7 @@ dependencies = [
"snarkvm",
"sys-info",
"test_dir",
"toml 0.8.8",
"toml 0.8.10",
"tracing",
"tracing-subscriber",
"walkdir",
@ -1544,7 +1544,7 @@ dependencies = [
"serde",
"serial_test",
"snarkvm",
"toml 0.8.8",
"toml 0.8.10",
"tracing",
]
@ -2266,7 +2266,7 @@ dependencies = [
"serial_test",
"sha2",
"tempfile",
"toml 0.8.8",
"toml 0.8.10",
"ureq",
]
@ -3818,9 +3818,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.8"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
dependencies = [
"serde",
"serde_spanned",
@ -3839,9 +3839,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.21.0"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
dependencies = [
"indexmap 2.1.0",
"serde",

View File

@ -25,7 +25,7 @@ version = "1.9.4"
path = "../../compiler/ast"
[dependencies.toml]
version = "0.8.6"
version = "0.8.10"
[dependencies.aleo-std]
version = "0.1.24"