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: [threemf](https://github.com/hannobraun/3mf-rs), [serde_json](https://github.com/serde-rs/json) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `threemf` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/hannobraun/3mf-rs/blob/main/CHANGELOG.md)
- [Commits](hannobraun/3mf-rs@v0.6.0...v0.7.0)

Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

Updates `tempfile` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: threemf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 097bdf1 commit ff2083f
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 19 deletions.
69 changes: 54 additions & 15 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-export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ workspace = true
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "2.0.11"
threemf = "0.6.0"
threemf = "0.7.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ map-macro = "0.3.0"
octocrab = "0.43.0"
semver = "1.0.25"
serde = "1.0.217"
serde_json = "1.0.137"
serde_json = "1.0.138"
tracing = "0.1.41"
url = "2.5.4"

Expand Down
2 changes: 1 addition & 1 deletion tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.95"
tempfile = "3.15.0"
tempfile = "3.16.0"

[build-dependencies]
anyhow = "1.0.95"
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.11.6"
log = "0.4.25"
secstr = "0.5.0"
semver = "1.0.25"
serde_json = "1.0.137"
serde_json = "1.0.138"
thiserror = "2.0.11"

[dependencies.autolib]
Expand Down

0 comments on commit ff2083f

Please sign in to comment.