Skip to content

Commit c1ed826

Browse files
committed
Update dependencies
1 parent 46bca21 commit c1ed826

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdtx-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = ["Maximilian Luz <luzmaximilian@gmail.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
futures = "0.3.30"
8+
futures = "0.3.31"
99
sdtx = { path = "../sdtx", version = "0.1.5" }
10-
tokio = { version = "1.40.0", features = ["fs", "io-util"] }
10+
tokio = { version = "1.44.2", features = ["fs", "io-util"] }

sdtx/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Maximilian Luz <luzmaximilian@gmail.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
futures = "0.3.30"
8+
futures = "0.3.31"
99
nix = { version = "0.29.0", features = ["ioctl"] }
10-
smallvec = "1.13.2"
11-
thiserror = "1.0.63"
12-
tracing = "0.1.40"
10+
smallvec = "1.15.0"
11+
thiserror = "2.0.12"
12+
tracing = "0.1.41"

0 commit comments

Comments
 (0)