Skip to content

Commit 6953d11

Browse files
committed
Update dependencies
1 parent 69755c5 commit 6953d11

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ssam-tokio/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.1.2"
44
edition = "2018"
55

66
[dependencies]
7-
futures = "0.3.28"
7+
futures = "0.3.30"
88
ssam = { path = "../ssam", version = "0.1.2" }
9-
tokio = { version = "1.32.0", features = ["fs", "io-util"] }
9+
tokio = { version = "1.36.0", features = ["fs", "io-util"] }
1010

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

ssam/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.2"
44
edition = "2018"
55

66
[dependencies]
7-
futures = "0.3.28"
8-
nix = { version = "0.27.1", features = ["ioctl"] }
9-
thiserror = "1.0.49"
10-
tracing = "0.1.37"
7+
futures = "0.3.30"
8+
nix = { version = "0.28.0", features = ["ioctl"] }
9+
thiserror = "1.0.58"
10+
tracing = "0.1.40"

0 commit comments

Comments
 (0)