Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.2` |
| [image](https://github.com/image-rs/image) | `0.24.9` | `0.25.0` |
| [winit](https://github.com/rust-windowing/winit) | `0.29.13` | `0.29.14` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.34` | `0.4.35` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.34.2` | `0.35.0` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.2` | `0.11.3` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.24` | `0.11.25` |


Updates `clap` from 4.5.1 to 4.5.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@clap_complete-v4.5.1...v4.5.2)

Updates `image` from 0.24.9 to 0.25.0
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.24.9...v0.25.0)

Updates `winit` from 0.29.13 to 0.29.14
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/winit@v0.29.13...v0.29.14)

Updates `chrono` from 0.4.34 to 0.4.35
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.34...v0.4.35)

Updates `octocrab` from 0.34.2 to 0.35.0
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.34.2...v0.35.0)

Updates `env_logger` from 0.11.2 to 0.11.3
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.2...v0.11.3)

Updates `reqwest` from 0.11.24 to 0.11.25
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.24...v0.11.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hannobraun committed Mar 11, 2024
1 parent 9a3310a commit 5b64d21
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 45 deletions.
75 changes: 39 additions & 36 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-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version = "1.14.3"
features = ["derive"]

[dependencies.image]
version = "0.24"
version = "0.25"
default-features = false
features = ["png", "jpeg"]

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 @@ -20,4 +20,4 @@ fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.30"
thiserror = "1.0.57"
winit = "0.29.13"
winit = "0.29.14"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ thiserror = "1.0.57"
tracing = "0.1.40"

[dependencies.clap]
version = "4.5.1"
version = "4.5.2"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
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.80"
chrono = "0.4.34"
chrono = "0.4.35"
map-macro = "0.3.0"
octocrab = "0.34.2"
octocrab = "0.35.0"
semver = "1.0.22"
serde = "1.0.197"
serde_json = "1.0.114"
Expand All @@ -19,7 +19,7 @@ url = "2.5.0"
path = "../autolib"

[dependencies.clap]
version = "4.5.1"
version = "4.5.2"
features = ["derive"]

[dependencies.tokio]
Expand Down
6 changes: 3 additions & 3 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
anyhow = "1.0.80"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.3"
env_logger = "0.11.2"
env_logger = "0.11.3"
log = "0.4.21"
secstr = "0.5.0"
semver = "1.0.22"
Expand All @@ -20,11 +20,11 @@ thiserror = "1.0.57"
path = "../autolib"

[dependencies.reqwest]
version = "0.11.24"
version = "0.11.25"
features = ["blocking"]

[dependencies.clap]
version = "4.5.1"
version = "4.5.2"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 5b64d21

Please sign in to comment.