Commit b07fdb2
authored
Replace abandoned users crate with uzers fork (#133)
The `users` crate is no longer maintained. Replace it with `uzers`,
a maintained fork that provides the same API.
Changes:
- Update Cargo.toml: users 0.11 -> uzers 0.12
- Update src/dbus_stats.rs: change import from users to uzers
Tested: cargo build succeeds, all 24 tests pass (cargo test)1 parent fe36399 commit b07fdb2
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments