Skip to content

Commit 6e4083f

Browse files
committed
Update dependencies
1 parent 8bc0e8a commit 6e4083f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ssam-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
[dependencies]
77
futures = "0.3.28"
88
ssam = { path = "../ssam", version = "0.1.1" }
9-
tokio = { version = "1.27.0", features = ["fs", "io-util"] }
9+
tokio = { version = "1.32.0", features = ["fs", "io-util"] }
1010

1111
[dev-dependencies]
12-
tokio = { version = "1.27.0", features = ["fs", "io-util", "macros", "rt"] }
12+
tokio = { version = "1.32.0", features = ["fs", "io-util", "macros", "rt"] }

ssam/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2018"
55

66
[dependencies]
77
futures = "0.3.28"
8-
nix = "0.26.2"
9-
thiserror = "1.0.40"
8+
nix = { version = "0.27.1", features = ["ioctl"] }
9+
thiserror = "1.0.49"
1010
tracing = "0.1.37"

0 commit comments

Comments
 (0)