Skip to content

Commit

Permalink
Bump the cargo group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.90` |
| [nalgebra](https://github.com/dimforge/nalgebra) | `0.33.0` | `0.33.1` |
| [image](https://github.com/image-rs/image) | `0.25.2` | `0.25.4` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.41.1` | `0.41.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |


Updates `anyhow` from 1.0.89 to 1.0.90
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.90)

Updates `nalgebra` from 0.33.0 to 0.33.1
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/commits/v0.33.1)

Updates `image` from 0.25.2 to 0.25.4
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.2...v0.25.4)

Updates `octocrab` from 0.41.1 to 0.41.2
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.41.1...v0.41.2)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: nalgebra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: image
  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: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 5170ff4 commit b291eda
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 209 deletions.
214 changes: 17 additions & 197 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.1"
anyhow = "1.0.89"
anyhow = "1.0.90"
2 changes: 1 addition & 1 deletion crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
[dependencies]
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.33.0"
nalgebra = "0.33.1"
num-traits = "0.2.19"
parry2d-f64 = "0.17.1"
parry3d-f64 = "0.17.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.33.0"
nalgebra = "0.33.1"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
log = "0.4.22"
regex = "1.11.0"
semver = "1.0.23"
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.41.1"
octocrab = "0.41.2"
semver = "1.0.23"
serde = "1.0.210"
serde_json = "1.0.128"
serde_json = "1.0.132"
tracing = "0.1.40"
url = "2.5.2"

Expand Down
2 changes: 1 addition & 1 deletion tools/cross-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
4 changes: 2 additions & 2 deletions tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish = false


[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
tempfile = "3.13.0"

[build-dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ publish = false


[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.5"
env_logger = "0.11.5"
log = "0.4.22"
secstr = "0.5.0"
semver = "1.0.23"
serde_json = "1.0.128"
serde_json = "1.0.132"
thiserror = "1.0.64"

[dependencies.autolib]
Expand Down

0 comments on commit b291eda

Please sign in to comment.