We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bb4c1 commit ff2aea7Copy full SHA for ff2aea7
Cargo.toml
@@ -20,11 +20,11 @@ name = "tests"
20
path = "tests/tests.rs"
21
22
[dependencies]
23
-tokio = { version = "1.37.0", features = ["fs"] }
24
-uuid = { version = "1.8.0", features = ["v4"], optional = true }
+tokio = { version = "1.38.0", features = ["fs"] }
+uuid = { version = "1.9.1", features = ["v4"], optional = true }
25
26
[dev-dependencies]
27
-tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
+tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros"] }
28
tokio-test = "0.4.4"
29
30
[package.metadata.docs.rs]
0 commit comments