Pārlūkot izejas kodu

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>
dependabot[bot] 2 gadi atpakaļ
vecāks
revīzija
c1e737d3b8
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 2 2
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 2 - 2
Cargo.lock

@@ -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",

+ 1 - 1
Cargo.toml

@@ -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"