Skip to content

Commit d00f08e

Browse files
committed
Merge branch 'main' into wait
Signed-off-by: bootjp / Yoshiaki Ueda <[email protected]>
2 parents 828581b + b73d728 commit d00f08e

File tree

2 files changed

+119
-42
lines changed

2 files changed

+119
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ edition = "2021"
55
license = "MIT"
66

77
[dependencies]
8-
anyhow = "1.0.58"
9-
axum = "0.5.9"
10-
time = { version = "0.3.10", features = ["local-offset"] }
11-
tokio = { version = "1.19.2", features = ["full"] }
12-
serde = { version = "1.0.137", features = ["derive"] }
13-
clipboard-win = "4.4.1"
14-
windows = { version = "0.37.0", features = ["alloc", "Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"] }
8+
anyhow = "1.0.59"
9+
axum = "0.5.14"
10+
time = { version = "0.3.12", features = ["local-offset"] }
11+
tokio = { version = "1.20.1", features = ["full"] }
12+
serde = { version = "1.0.142", features = ["derive"] }
13+
clipboard-win = "4.4.2"
14+
windows = { version = "0.38.0", features = ["alloc", "Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"] }

0 commit comments

Comments
 (0)