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: [tracing-subscriber](https://github.com/tokio-rs/tracing), [itertools](https://github.com/rust-itertools/itertools), [spade](https://github.com/Stoeoef/spade) and [cmd_lib](https://github.com/rust-shell-script/rust_cmd_lib).


Updates `tracing-subscriber` from 0.3.17 to 0.3.18
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.18)

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

Updates `spade` from 2.3.0 to 2.4.0
- [Changelog](https://github.com/Stoeoef/spade/blob/master/CHANGELOG.md)
- [Commits](Stoeoef/spade@v2.3.0...v2.4.0)

Updates `cmd_lib` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/rust-shell-script/rust_cmd_lib/releases)
- [Commits](https://github.com/rust-shell-script/rust_cmd_lib/commits)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: spade
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: cmd_lib
  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 Nov 20, 2023
1 parent 70c073f commit a317712
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ categories.workspace = true
fj-interop.workspace = true
fj-math.workspace = true
iter_fixed = "0.3.1"
itertools = "0.11.0"
itertools = "0.12.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.3.0"
spade = "2.4.0"
thiserror = "1.0.50"
type-map = "0.5.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ version = "4.4.8"
features = ["derive"]

[dependencies.tracing-subscriber]
version = "0.3.17"
version = "0.3.18"
features = ["env-filter"]
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
anyhow = "1.0.75"
cargo_metadata = "0.18.1"
cmd_lib = "1.8.0"
cmd_lib = "1.8.1"
env_logger = "0.10.1"
log = "0.4.20"
secstr = "0.5.0"
Expand Down

0 comments on commit a317712

Please sign in to comment.