diff --git a/Cargo.toml b/Cargo.toml index 21a8288..b78bf13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ features = [ [build-dependencies] -cc = "1.0.2" +cc = "1.1.22" diff --git a/psm/Cargo.toml b/psm/Cargo.toml index 758ae30..bb27700 100644 --- a/psm/Cargo.toml +++ b/psm/Cargo.toml @@ -13,4 +13,4 @@ readme = "README.mkd" [dependencies] [build-dependencies] -cc = "1.0.2" +cc = "1.1.22"