summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2024-06-09update logger by switching to env-loggerWez Furlong
2024-05-20Bump the all group across 1 directory with 5 updatesdependabot[bot]
Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.86` | | [libc](https://github.com/rust-lang/libc) | `0.2.154` | `0.2.155` | | [serde](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.202` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.61` | | [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` | Updates `anyhow` from 1.0.82 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.86) Updates `libc` from 0.2.154 to 0.2.155 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155) Updates `serde` from 1.0.200 to 1.0.202 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.202) Updates `thiserror` from 1.0.59 to 1.0.61 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.61) Updates `toml` from 0.8.12 to 0.8.13 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-05update depsWez Furlong
2024-05-05update evdev-rs to 0.6.1Yifei Zhan
2023-07-25bump proc-macro2 to fix compilation on latest nightlyHailey Somerville
2023-07-10feat: make warnings/logs more informativenathan dawit
it's confusing to launch the program and see an error message that's not actually an error fixes #25
2022-10-17update some depsWez Furlong
2021-11-24cargo updateWez Furlong
2019-12-31Add config file parsing and loadingWez Furlong
2019-12-31enumerate available devices, select by nameWez Furlong
2019-12-30add log crateWez Furlong
2019-12-30Basic caps->ctrl/esc handlingWez Furlong