diff --git a/Cargo.toml b/Cargo.toml index fa1e8a5..d4249c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ serde_urlencoded = "0.7.1" serde_yaml = "0.9" syn = { version = "2.0.67", features = ["parsing"] } thiserror = "1.0.61" -tokio = { version = "1.37.0", features = ["rt", "net"] } +tokio = { version = "1.38.0", features = ["rt", "net"] } # change when publishing # typify = { version = "0.1.0" } typify = { git = "https://github.com/oxidecomputer/typify" }