From a2050fb912a5fd77fda53877cd6179352baedc28 Mon Sep 17 00:00:00 2001 From: Didier Wenzek Date: Fri, 4 Jun 2021 11:56:29 +0100 Subject: Cargo outdated (#268) * Cargo outdated * Update the version of the rcgen crate to actually zeroize the keys Co-authored-by: Wenzek --- tedge/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tedge/Cargo.toml') diff --git a/tedge/Cargo.toml b/tedge/Cargo.toml index 6d5109b5..07da9142 100644 --- a/tedge/Cargo.toml +++ b/tedge/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] } structopt = "0.3" tempfile = "3.2" thiserror = "1.0" -tokio = { version = "1.1", features = ["rt", "signal", "io-util", "sync"] } +tokio = { version = "1.6", features = ["rt", "signal", "io-util", "sync"] } toml = "0.5" url = "2.2" which = "4.0" -- cgit v1.2.3