Skip to content

Commit

Permalink
Bump the cargo group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [futures](https://github.com/rust-lang/futures-rs), [tokio](https://github.com/tokio-rs/tokio) and [reqwest](https://github.com/seanmonstar/reqwest).


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

Updates `futures` from 0.3.29 to 0.3.30
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.29...0.3.30)

Updates `tokio` from 1.35.0 to 1.35.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.35.0...tokio-1.35.1)

Updates `reqwest` from 0.11.22 to 0.11.23
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.22...v0.11.23)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tokio
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 8f25f3b commit 2f9f88f
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
48 changes: 24 additions & 24 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 @@ -26,4 +26,4 @@ type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.0"
anyhow = "1.0.75"
anyhow = "1.0.76"
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.29"
futures = "0.3.30"
thiserror = "1.0.51"

[dependencies.winit]
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.75"
anyhow = "1.0.76"
log = "0.4.20"
regex = "1.10.2"
semver = "1.0.20"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.76"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.32.0"
Expand All @@ -23,7 +23,7 @@ version = "4.4.11"
features = ["derive"]

[dependencies.tokio]
version = "1.35.0"
version = "1.35.1"
features = ["full"]

[dependencies.tracing-subscriber]
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.75"
anyhow = "1.0.76"
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.75"
anyhow = "1.0.76"
tempfile = "3.8.1"

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


[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.76"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.3"
env_logger = "0.10.1"
Expand All @@ -20,7 +20,7 @@ thiserror = "1.0.51"
path = "../autolib"

[dependencies.reqwest]
version = "0.11.20"
version = "0.11.23"
features = ["blocking"]

[dependencies.clap]
Expand Down

0 comments on commit 2f9f88f

Please sign in to comment.