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: [itertools](https://github.com/rust-itertools/itertools), [map-macro](https://github.com/jofas/map_macro), [tokio](https://github.com/tokio-rs/tokio) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `itertools` from 0.12.0 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.12.1)

Updates `map-macro` from 0.2.6 to 0.3.0
- [Changelog](https://github.com/jofas/map_macro/blob/master/CHANGELOG.md)
- [Commits](jofas/map_macro@v0.2.6...v0.3.0)

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

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

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: map-macro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Feb 5, 2024
1 parent 0e44841 commit b210000
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
26 changes: 17 additions & 9 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 @@ -17,7 +17,7 @@ workspace = true
fj-interop.workspace = true
fj-math.workspace = true
iter_fixed = "0.3.1"
itertools = "0.12.0"
itertools = "0.12.1"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.6.0"
Expand Down
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
anyhow = "1.0.78"
chrono = "0.4.33"
map-macro = "0.2.6"
map-macro = "0.3.0"
octocrab = "0.33.3"
semver = "1.0.21"
serde = "1.0.196"
Expand All @@ -23,7 +23,7 @@ version = "4.4.18"
features = ["derive"]

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

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1.0.53"
path = "../autolib"

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

[dependencies.clap]
Expand Down

0 comments on commit b210000

Please sign in to comment.