diff --git a/television-derive/Cargo.toml b/television-derive/Cargo.toml index 048f109..da38b6a 100644 --- a/television-derive/Cargo.toml +++ b/television-derive/Cargo.toml @@ -17,9 +17,9 @@ categories = [ rust-version = "1.81" [dependencies] -proc-macro2 = "1.0.87" -quote = "1.0.37" -syn = "2.0.79" +proc-macro2 = "1.0.93" +quote = "1.0.38" +syn = "2.0.96" [lib]