diff --git a/Cargo.lock b/Cargo.lock index 2936d6202..126574dd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1819,9 +1819,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" dependencies = [ "autocfg", "libm", @@ -1935,9 +1935,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb006c62700c309e112bed42fcb2372959c0b42ed4aea00dcd26ae2b9703af2" +checksum = "4aaba1d81f0a75db85fa78fd78d1d083ff99400959ac956273b97fbb6582dae5" dependencies = [ "arc-swap", "async-trait", @@ -3056,9 +3056,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 19b650acb..6bccc6461 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -14,7 +14,7 @@ categories.workspace = true approx = "0.5.1" decorum = "0.3.1" nalgebra = "0.32.3" -num-traits = "0.2.16" +num-traits = "0.2.17" parry2d-f64 = "0.13.5" parry3d-f64 = "0.13.5" robust = "1.1.0" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 421087a72..40ab3c8f8 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -8,7 +8,7 @@ publish = false anyhow = "1.0.75" chrono = "0.4.31" map-macro = "0.2.6" -octocrab = "0.31.0" +octocrab = "0.31.1" semver = "1.0.19" serde = "1.0.188" serde_json = "1.0.107" @@ -22,5 +22,5 @@ version = "4.4.6" features = ["derive"] [dependencies.tokio] -version = "1.32.0" +version = "1.33.0" features = ["full"]