Skip to content

Commit 58ee4d1

Browse files
committed
Update dependencies
1 parent 6953d11 commit 58ee4d1

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.30"
88
ssam = { path = "../ssam", version = "0.1.2" }
9-
tokio = { version = "1.36.0", features = ["fs", "io-util"] }
9+
tokio = { version = "1.40.0", features = ["fs", "io-util"] }
1010

1111
[dev-dependencies]
12-
tokio = { version = "1.36.0", features = ["fs", "io-util", "macros", "rt"] }
12+
tokio = { version = "1.40.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.30"
8-
nix = { version = "0.28.0", features = ["ioctl"] }
9-
thiserror = "1.0.58"
8+
nix = { version = "0.29.0", features = ["ioctl"] }
9+
thiserror = "1.0.63"
1010
tracing = "0.1.40"

0 commit comments

Comments
 (0)