chore(deps): bump uzers from 0.11.1 to 0.11.2

Bumps [uzers](https://github.com/rustadopt/uzers-rs) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/rustadopt/uzers-rs/releases)
- [Changelog](https://github.com/rustadopt/uzers-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustadopt/uzers-rs/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: uzers
  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] 2023-09-01 05:14:42 +00:00 committed by GitHub
parent 98d25f17f2
commit c1e737d3b8
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

@ -345,9 +345,9 @@ dependencies = [
[[package]]
name = "uzers"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f77f08efdd6dfbf13363b13db3649431d35d682f1c074edc476a04afaba466"
checksum = "49546562f3f91dcad51aab95b9664113f099dd829c5dcd8ba1486fddb7d3bccc"
dependencies = [
"libc",
"log",

View file

@ -63,7 +63,7 @@ optional = true
default-features = false
[target.'cfg(unix)'.dependencies]
uzers = "0.11.1"
uzers = "0.11.2"
[build-dependencies.datetime]
version = "0.5.2"