Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.47` | `1.0.48` |
| [clap](https://github.com/clap-rs/clap) | `4.4.1` | `4.4.2` |
| [regex](https://github.com/rust-lang/regex) | `1.9.4` | `1.9.5` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.26` | `0.4.28` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.29.3` | `0.30.1` |


Updates `thiserror` from 1.0.47 to 1.0.48
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.47...1.0.48)

Updates `clap` from 4.4.1 to 4.4.2
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.1...v4.4.2)

Updates `regex` from 1.9.4 to 1.9.5
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.9.4...1.9.5)

Updates `chrono` from 0.4.26 to 0.4.28
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.26...v0.4.28)

Updates `octocrab` from 0.29.3 to 0.30.1
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.29.3...v0.30.1)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 1d4fa34 commit 0cb736c
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 32 deletions.
39 changes: 19 additions & 20 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-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ itertools = "0.11.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.2.0"
thiserror = "1.0.47"
thiserror = "1.0.48"
type-map = "0.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories.workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "1.0.47"
thiserror = "1.0.48"
threemf = "0.4.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fj-math.workspace = true
nalgebra = "0.32.3"
tobj = "4.0.0"
raw-window-handle = "0.5.2"
thiserror = "1.0.47"
thiserror = "1.0.48"
tracing = "0.1.37"

[dependencies.bytemuck]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.28"
thiserror = "1.0.47"
thiserror = "1.0.48"
winit = "0.28.6"
4 changes: 2 additions & 2 deletions crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.47"
thiserror = "1.0.48"

[dependencies.clap]
version = "4.4.0"
version = "4.4.2"
features = ["derive"]
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
log = "0.4.20"
regex = "1.9.4"
regex = "1.9.5"
semver = "1.0.18"
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ publish = false

[dependencies]
anyhow = "1.0.75"
chrono = "0.4.26"
chrono = "0.4.28"
map-macro = "0.2.6"
octocrab = "0.29.3"
octocrab = "0.30.1"
semver = "1.0.18"
serde = "1.0.188"
serde_json = "1.0.105"
Expand All @@ -18,7 +18,7 @@ url = "2.4.1"
path = "../autolib"

[dependencies.clap]
version = "4.4.0"
version = "4.4.2"
features = ["derive"]

[dependencies.tokio]
Expand Down
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.18"
serde_json = "1.0.105"
thiserror = "1.0.47"
thiserror = "1.0.48"

[dependencies.autolib]
path = "../autolib"
Expand All @@ -24,7 +24,7 @@ version = "0.11.20"
features = ["blocking"]

[dependencies.clap]
version = "4.4.0"
version = "4.4.2"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 0cb736c

Please sign in to comment.