From 3846390ba9745ea079428e0731a003af47147de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:37:58 +0000 Subject: [PATCH] Bump the cargo group with 4 updates (Amended by @hannobraun to remove the breaking `raw-window-handle` update.) Bumps the cargo group with 4 updates: [num-traits](https://github.com/rust-num/num-traits), [raw-window-handle](https://github.com/rust-windowing/raw-window-handle), [octocrab](https://github.com/XAMPPRocky/octocrab) and [tokio](https://github.com/tokio-rs/tokio). Updates `num-traits` from 0.2.16 to 0.2.17 - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.16...num-traits-0.2.17) Updates `raw-window-handle` from 0.5.2 to 0.6.0 - [Release notes](https://github.com/rust-windowing/raw-window-handle/releases) - [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/raw-window-handle/compare/v0.5.2...v0.6.0) Updates `octocrab` from 0.31.0 to 0.31.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.31.0...v0.31.1) Updates `tokio` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0) --- updated-dependencies: - dependency-name: num-traits dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: raw-window-handle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] WIP --- Cargo.lock | 12 ++++++------ crates/fj-math/Cargo.toml | 2 +- tools/automator/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) 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"]