Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Mar 14, 2024
1 parent 69755c5 commit 6953d11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ssam-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = "0.1.2"
edition = "2018"

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

[dev-dependencies]
tokio = { version = "1.32.0", features = ["fs", "io-util", "macros", "rt"] }
tokio = { version = "1.36.0", features = ["fs", "io-util", "macros", "rt"] }
8 changes: 4 additions & 4 deletions ssam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.2"
edition = "2018"

[dependencies]
futures = "0.3.28"
nix = { version = "0.27.1", features = ["ioctl"] }
thiserror = "1.0.49"
tracing = "0.1.37"
futures = "0.3.30"
nix = { version = "0.28.0", features = ["ioctl"] }
thiserror = "1.0.58"
tracing = "0.1.40"

0 comments on commit 6953d11

Please sign in to comment.