Skip to content

Commit b2d26a4

Browse files
krantlukipuki
authored andcommitted
Update bunch of deps not requiring code change
1 parent 48a6e9d commit b2d26a4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@ required-features = ["ts-gen"]
4040
[build-dependencies]
4141
prost-build = { version = "0.13.4", optional = true }
4242
protoc-bin-vendored = { version = "3.1.0", optional = true }
43-
walkdir = { version = "2.3.2", optional = true }
43+
walkdir = { version = "2.5.0", optional = true }
4444

4545
[dependencies]
46-
futures-util = "0.3.28"
46+
futures-util = "0.3.31"
4747
rand = "0.9.0"
48-
tokio = { version = "1.32.0", features = ["full"] }
49-
tokio-serial = "5.4.4"
50-
tokio-util = "0.7.8"
48+
tokio = { version = "1.43.0", features = ["full"] }
49+
tokio-serial = "5.4.5"
50+
tokio-util = "0.7.13"
5151
prost = "0.13.4"
52-
log = "0.4.20"
52+
log = "0.4.25"
5353

5454
specta = { git = "https://github.com/ajmcquilkin/specta.git", rev = "6a8731d", optional = true, features = ["chrono"], version = "=1.0.3" }
5555
serde = { version = "1.0", features = ["derive"], optional = true }
5656
serde_json = { version = "1.0", optional = true }
57-
thiserror = "1.0.48"
58-
uuid = { version = "1.6.1", optional = true }
59-
btleplug = { version = "0.11.5", optional = true }
57+
thiserror = "2.0.11"
58+
uuid = { version = "1.12.1", optional = true }
59+
btleplug = { version = "0.11.7", optional = true }
6060

6161
[dev-dependencies]
62-
fern = { version = "0.6.2", features = ["colored"] }
62+
fern = { version = "0.7.1", features = ["colored"] }
6363
humantime = "2.1.0"

0 commit comments

Comments
 (0)