Skip to content

Commit 280e979

Browse files
committed
Update dependencies
1 parent b0f5b5a commit 280e979

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.1"
44
edition = "2018"
55

66
[dependencies]
7-
futures = "0.3.21"
7+
futures = "0.3.28"
88
ssam = { path = "../ssam", version = "0.1.1" }
9-
tokio = { version = "1.18.0", features = ["fs", "io-util"] }
9+
tokio = { version = "1.27.0", features = ["fs", "io-util"] }
1010

1111
[dev-dependencies]
12-
tokio = { version = "1.18.0", features = ["fs", "io-util", "macros", "rt"] }
12+
tokio = { version = "1.27.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.1"
44
edition = "2018"
55

66
[dependencies]
7-
futures = "0.3.21"
8-
nix = "0.24.1"
9-
thiserror = "1.0.30"
10-
tracing = "0.1.34"
7+
futures = "0.3.28"
8+
nix = "0.26.2"
9+
thiserror = "1.0.40"
10+
tracing = "0.1.37"

0 commit comments

Comments
 (0)