Skip to content

Commit

Permalink
Bump the cargo group with 4 updates
Browse files Browse the repository at this point in the history
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](rust-num/num-traits@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](rust-windowing/raw-window-handle@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](XAMPPRocky/octocrab@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](tokio-rs/tokio@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 8048d8a commit 5e7501a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 16 deletions.
30 changes: 18 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.32.3"
tobj = "4.0.0"
raw-window-handle = "0.5.2"
raw-window-handle = "0.6.0"
thiserror = "1.0.49"
tracing = "0.1.37"

Expand Down
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -22,5 +22,5 @@ version = "4.4.6"
features = ["derive"]

[dependencies.tokio]
version = "1.32.0"
version = "1.33.0"
features = ["full"]

0 comments on commit 5e7501a

Please sign in to comment.