Skip to content

Commit ed92b69

Browse files
committed
build: Update dependencies (except windows-rs)
1 parent fb72d48 commit ed92b69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ path = "src/lib.rs"
2424
serde = ["uuid/serde", "serde_cr", "serde_bytes"]
2525

2626
[dependencies]
27-
async-trait = "0.1.51"
27+
async-trait = "0.1.52"
2828
log = "0.4.14"
2929
bitflags = "1.3.2"
3030
thiserror = "1.0.30"
3131
uuid = "0.8.2"
32-
serde_cr = { package = "serde", version = "1.0.130", features = ["derive"], default-features = false, optional = true }
32+
serde_cr = { package = "serde", version = "1.0.133", features = ["derive"], default-features = false, optional = true }
3333
serde_bytes = { version = "0.11.5", optional = true }
34-
dashmap = "4.0.2"
35-
futures = "0.3.18"
34+
dashmap = "5.0.0"
35+
futures = "0.3.19"
3636
static_assertions = "1.1.0"
37-
tokio = { version = "1.14.0", features = ["rt", "sync"] }
37+
tokio = { version = "1.15.0", features = ["rt", "sync"] }
3838
tokio-stream = { version = "0.1.8", features = ["sync"] }
3939

4040
[target.'cfg(target_os = "linux")'.dependencies]
@@ -44,14 +44,14 @@ bluez-async = "0.5.5"
4444
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
4545
cocoa = "0.24.0"
4646
objc = "0.2.7"
47-
libc = "0.2.108"
47+
libc = "0.2.112"
4848

4949
[target.'cfg(target_os = "windows")'.dependencies]
5050
windows = { version = "0.28.0", features = ["std", "Devices_Bluetooth", "Devices_Bluetooth_GenericAttributeProfile", "Devices_Bluetooth_Advertisement", "Devices_Radios", "Foundation_Collections", "Foundation", "Storage_Streams"] }
5151

5252
[dev-dependencies]
5353
rand = "0.8.4"
5454
pretty_env_logger = "0.4.0"
55-
tokio = { version = "1.14.0", features = ["macros", "rt", "rt-multi-thread"] }
56-
serde_json = "1.0.72"
55+
tokio = { version = "1.15.0", features = ["macros", "rt", "rt-multi-thread"] }
56+
serde_json = "1.0.74"
5757

0 commit comments

Comments
 (0)