diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-25 10:03:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 10:03:39 +0000 |
commit | 383fa3829dfc0ef7c335308b144c9448af5c602a (patch) | |
tree | 72fc84c7af1d7a5758b4f5acb923865b13108266 | |
parent | 57cd26405a82e9c06bebd8808ad36051c8ff411c (diff) | |
download | rust-libzfs-383fa3829dfc0ef7c335308b144c9448af5c602a.zip |
build(deps): bump libc from 0.2.104 to 0.2.105
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.104 to 0.2.105.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.104...0.2.105)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,9 +76,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce" +checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" [[package]] name = "memchr" |