Skip to content

Commit

Permalink
Bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [num-traits](https://github.com/rust-num/num-traits), [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 `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: 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 a4f2330
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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"
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 a4f2330

Please sign in to comment.