diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 448cc55..abf77c2 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -19,7 +19,7 @@ chrono = "0.4" rand = "0.8.3" num_enum = "0.5.1" thiserror = "1.0" -log = "0.4.14" +log = "0.4.17" tokio = { version = "1.6.1", features = ["full"] } async-trait = "0.1.50"