Skip to content

Commit 82b3d01

Browse files
Update chrono
1 parent 7105e92 commit 82b3d01

File tree

2 files changed

+6
-39
lines changed

2 files changed

+6
-39
lines changed

Cargo.lock

Lines changed: 4 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keylogger"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["DEADBLACKCLOVER <deadblackclover@protonmail.com>"]
55
description = "Register various user actions - keystrokes on the computer keyboard, movements and mouse keystrokes"
66
edition = "2018"
@@ -13,7 +13,7 @@ keywords = ["keylogger", "keyboard", "mouse"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
chrono = "0.4.26"
16+
chrono = "0.4.30"
1717
clap = { version = "4", features = ["derive"] }
1818
device_query = "1.1.3"
1919

0 commit comments

Comments
 (0)