Skip to content

Commit f59bb49

Browse files
committed
Update dependencies
1 parent e316535 commit f59bb49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.3"
44
edition = "2018"
55

66
[dependencies]
7-
futures = "0.3.30"
7+
futures = "0.3.31"
88
ssam = { path = "../ssam", version = "0.1.3" }
9-
tokio = { version = "1.40.0", features = ["fs", "io-util"] }
9+
tokio = { version = "1.44.2", features = ["fs", "io-util"] }
1010

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

ssam/Cargo.toml

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

66
[dependencies]
7-
futures = "0.3.30"
7+
futures = "0.3.31"
88
nix = { version = "0.29.0", features = ["ioctl"] }
9-
thiserror = "1.0.63"
10-
tracing = "0.1.40"
9+
thiserror = "2.0.12"
10+
tracing = "0.1.41"

0 commit comments

Comments
 (0)