Bump the cargo group with 7 updates

(Amended by @hannobraun to keep back the `raw-window-handle` upgrade.
`wgpu` hasn't upgraded yet, so we can't either.)

Bumps the cargo group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.48` | `1.0.49` |
| [clap](https://github.com/clap-rs/clap) | `4.4.4` | `4.4.6` |
| [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) | `0.5.2` | `0.6.0` |
| [wgpu](https://github.com/gfx-rs/wgpu) | `0.17.0` | `0.17.1` |
| [winit](https://github.com/rust-windowing/winit) | `0.28.6` | `0.28.7` |
| [regex](https://github.com/rust-lang/regex) | `1.9.5` | `1.9.6` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.30.1` | `0.31.0` |

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

Updates `clap` from 4.4.4 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.4...v4.4.6)

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](https://github.com/rust-windowing/raw-window-handle/compare/v0.5.2...v0.6.0)

Updates `wgpu` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/v0.17.1/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/wgpu/compare/v0.17.0...v0.17.1)

Updates `winit` from 0.28.6 to 0.28.7
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/winit/compare/v0.28.6...v0.28.7)

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

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap
  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: wgpu
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: winit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: regex
  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-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-02 12:51:41 +00:00 committed by Hanno Braun
parent 6f9b3e2f41
commit 3592218709
9 changed files with 36 additions and 36 deletions

46
Cargo.lock generated
View File

@ -111,9 +111,9 @@ dependencies = [
[[package]]
name = "anstream"
version = "0.5.0"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
dependencies = [
"anstyle",
"anstyle-parse",
@ -149,9 +149,9 @@ dependencies = [
[[package]]
name = "anstyle-wincon"
version = "2.1.0"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
@ -460,9 +460,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.4"
version = "4.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
dependencies = [
"clap_builder",
"clap_derive",
@ -470,9 +470,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.4.4"
version = "4.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
dependencies = [
"anstream",
"anstyle",
@ -1935,9 +1935,9 @@ dependencies = [
[[package]]
name = "octocrab"
version = "0.30.1"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbed1b1298bc70dd4ae89fd44dd7c13f0a1c80a506d731eb1b939f14f5e367de"
checksum = "ebb006c62700c309e112bed42fcb2372959c0b42ed4aea00dcd26ae2b9703af2"
dependencies = [
"arc-swap",
"async-trait",
@ -2304,13 +2304,13 @@ dependencies = [
[[package]]
name = "regex"
version = "1.9.5"
version = "1.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.3.8",
"regex-automata 0.3.9",
"regex-syntax 0.7.5",
]
@ -2325,9 +2325,9 @@ dependencies = [
[[package]]
name = "regex-automata"
version = "0.3.8"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
dependencies = [
"aho-corasick",
"memchr",
@ -2915,18 +2915,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.48"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.48"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
dependencies = [
"proc-macro2",
"quote",
@ -3514,9 +3514,9 @@ dependencies = [
[[package]]
name = "wgpu"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7472f3b69449a8ae073f6ec41d05b6f846902d92a6c45313c50cb25857b736ce"
checksum = "ed547920565c56c7a29afb4538ac5ae5048865a5d2f05bff3ad4fbeb921a9a2c"
dependencies = [
"arrayvec",
"cfg-if",
@ -3810,9 +3810,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "winit"
version = "0.28.6"
version = "0.28.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196"
checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
dependencies = [
"android-activity",
"bitflags 1.3.2",

View File

@ -18,7 +18,7 @@ itertools = "0.11.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.2.0"
thiserror = "1.0.48"
thiserror = "1.0.49"
type-map = "0.5.0"
[dev-dependencies]

View File

@ -14,7 +14,7 @@ categories.workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "1.0.48"
thiserror = "1.0.49"
threemf = "0.4.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"

View File

@ -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.48"
thiserror = "1.0.49"
tracing = "0.1.37"
[dependencies.bytemuck]
@ -29,7 +29,7 @@ default-features = false
features = ["png", "jpeg"]
[dependencies.wgpu]
version = "0.17.0"
version = "0.17.1"
features = ["webgl"]
# We don't depend on `getrandom` directly, but we need this to enable the `js`

View File

@ -15,5 +15,5 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.28"
thiserror = "1.0.48"
winit = "0.28.6"
thiserror = "1.0.49"
winit = "0.28.7"

View File

@ -18,11 +18,11 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.48"
thiserror = "1.0.49"
tracing = "0.1.37"
[dependencies.clap]
version = "4.4.4"
version = "4.4.6"
features = ["derive"]
[dependencies.tracing-subscriber]

View File

@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
log = "0.4.20"
regex = "1.9.5"
regex = "1.9.6"
semver = "1.0.19"

View File

@ -8,7 +8,7 @@ publish = false
anyhow = "1.0.75"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.30.1"
octocrab = "0.31.0"
semver = "1.0.19"
serde = "1.0.188"
serde_json = "1.0.107"
@ -18,7 +18,7 @@ url = "2.4.1"
path = "../autolib"
[dependencies.clap]
version = "4.4.4"
version = "4.4.6"
features = ["derive"]
[dependencies.tokio]

View File

@ -14,7 +14,7 @@ log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.19"
serde_json = "1.0.107"
thiserror = "1.0.48"
thiserror = "1.0.49"
[dependencies.autolib]
path = "../autolib"
@ -24,7 +24,7 @@ version = "0.11.20"
features = ["blocking"]
[dependencies.clap]
version = "4.4.4"
version = "4.4.6"
features = ["std", "derive", "env"]
default_features = false