chore(deps): bump serde_path_to_error from 0.1.9 to 0.1.10 (#2232)
Bumps [serde_path_to_error](https://github.com/dtolnay/path-to-error) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/dtolnay/path-to-error/releases) - [Commits](https://github.com/dtolnay/path-to-error/compare/0.1.9...0.1.10) --- updated-dependencies: - dependency-name: serde_path_to_error dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
706186ef7c
commit
1daf634e13
|
@ -3820,9 +3820,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_path_to_error"
|
name = "serde_path_to_error"
|
||||||
version = "0.1.9"
|
version = "0.1.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "26b04f22b563c91331a10074bda3dd5492e3cc39d56bd557e91c0af42b6c7341"
|
checksum = "db0969fff533976baadd92e08b1d102c5a3d8a8049eadfd69d4d1e3c5b2ed189"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
|
@ -62,7 +62,7 @@ rand = "0.8.5"
|
||||||
pretty_assertions = "1.3.0"
|
pretty_assertions = "1.3.0"
|
||||||
tempfile = "3.4.0"
|
tempfile = "3.4.0"
|
||||||
tokio = { version = "1.18", features = ["full"] }
|
tokio = { version = "1.18", features = ["full"] }
|
||||||
serde_path_to_error = "0.1.9"
|
serde_path_to_error = "0.1.10"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "compile_many"
|
name = "compile_many"
|
||||||
|
|
Loading…
Reference in New Issue