diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-18 17:20:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 17:20:20 +0000 |
commit | b156cd5ca219b4fb555ee4ea11cb96b796848d5b (patch) | |
tree | 4849d508c81b24b56074a16cdc0f1f7e1eabea85 | |
parent | a7d5fc4db19aaf9dc28f7e617dd231906c759106 (diff) | |
download | servo-b156cd5ca219b4fb555ee4ea11cb96b796848d5b.tar.gz servo-b156cd5ca219b4fb555ee4ea11cb96b796848d5b.zip |
build(deps): bump home from 0.5.5 to 0.5.9 (#30883)
Bumps [home](https://github.com/rust-lang/cargo) from 0.5.5 to 0.5.9.
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cargo/commits)
---
updated-dependencies:
- dependency-name: home
dependency-type: indirect
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>
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 75fc0241792..a460e482a6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2682,11 +2682,11 @@ checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669" [[package]] name = "home" -version = "0.5.5" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" +checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] |