Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit d7488ae

Browse files
committed
build: Update dependencies
1 parent c82fa5e commit d7488ae

File tree

2 files changed

+64
-57
lines changed

2 files changed

+64
-57
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ edition = "2018"
1212
exclude = [".vscode/**"]
1313

1414
[dependencies]
15-
#buttplug = { path = "../buttplug-rs/buttplug", features = ["async-std-runtime", "client", "server", "serialize-json", "btleplug-manager", "websockets", "xinput-manager", "serial-manager", "lovense-dongle-manager"] }
16-
buttplug = { version = "0.9.2", features = ["async-std-runtime", "client", "server", "serialize-json", "btleplug-manager", "websockets", "xinput-manager", "serial-manager", "lovense-dongle-manager"] }
15+
# buttplug = { path = "../buttplug-rs/buttplug", features = ["async-std-runtime", "client", "server", "serialize-json", "btleplug-manager", "websockets", "xinput-manager", "serial-manager", "lovense-dongle-manager"] }
16+
buttplug = { version = "0.10.0", features = ["async-std-runtime", "client", "server", "serialize-json", "btleplug-manager", "websockets", "xinput-manager", "serial-manager", "lovense-dongle-manager"] }
1717
argh = "0.1.3"
1818
async-std = { version = "1.6.5", features = ["attributes"] }
1919
rcgen = "0.8.5"
2020
log = "0.4.11"
21-
futures = "0.3.5"
21+
futures = "0.3.6"
2222
prost = "0.6.1"
23-
async-channel = "1.4.2"
23+
async-channel = "1.5.1"
2424
tracing-fmt = "0.1.1"
25-
tracing-subscriber = "0.2.12"
25+
tracing-subscriber = "0.2.13"
2626
tracing = "0.1.21"
2727

2828
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)