Skip to content

Commit

Permalink
build(deps): bump the cargo-minor group across 1 directory with 5 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the cargo-minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https:/clap-rs/clap) | `4.5.17` | `4.5.18` |
| [thiserror](https:/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
| [quick-xml](https:/tafia/quick-xml) | `0.36.1` | `0.36.2` |
| [fluent-templates](https:/XAMPPRocky/fluent-templates) | `0.10.1` | `0.11.0` |
| [toml_edit](https:/toml-rs/toml) | `0.22.20` | `0.22.22` |



Updates `clap` from 4.5.17 to 4.5.18
- [Release notes](https:/clap-rs/clap/releases)
- [Changelog](https:/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.17...clap_complete-v4.5.18)

Updates `thiserror` from 1.0.63 to 1.0.64
- [Release notes](https:/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.64)

Updates `quick-xml` from 0.36.1 to 0.36.2
- [Release notes](https:/tafia/quick-xml/releases)
- [Changelog](https:/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.36.1...v0.36.2)

Updates `fluent-templates` from 0.10.1 to 0.11.0
- [Release notes](https:/XAMPPRocky/fluent-templates/releases)
- [Changelog](https:/XAMPPRocky/fluent-templates/blob/master/CHANGELOG.md)
- [Commits](XAMPPRocky/fluent-templates@fluent-templates-v0.10.1...fluent-templates-v0.11.0)

Updates `toml_edit` from 0.22.20 to 0.22.22
- [Commits](toml-rs/toml@v0.22.20...v0.22.22)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: fluent-templates
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Sep 24, 2024
1 parent 5711c18 commit 3da0166
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
naga = { version = "22.1.0", features = ["wgsl-out"] }
wgpu = "22.1.0"
egui = { git = "https:/emilk/egui.git", rev = "06f709481a4e5e74bec961544c77e9afcae265db" }
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
cpal = "0.15.3"
anyhow = "1.0"
slotmap = "1.0.7"
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bitflags = { workspace = true }
smallvec = { version = "1.13.2", features = ["union"] }
num-traits = { workspace = true }
num-derive = { workspace = true }
quick-xml = "0.36.1"
quick-xml = "0.36.2"
downcast-rs = "1.2.1"
url = { workspace = true }
weak-table = "0.3.2"
Expand All @@ -53,7 +53,7 @@ clap = { workspace = true, optional=true }
realfft = "3.3.0"
hashbrown = { version = "0.14.5", features = ["raw"] }
scopeguard = "1.2.0"
fluent-templates = "0.10.1"
fluent-templates = "0.11.0"
egui = { workspace = true, optional = true }
egui_extras = { git = "https:/emilk/egui.git", rev = "06f709481a4e5e74bec961544c77e9afcae265db", default-features = false, optional = true }
png = { version = "0.17.13", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ sys-locale = "0.3.1"
wgpu = { workspace = true }
futures = { workspace = true }
chrono = { workspace = true }
fluent-templates = "0.10.1"
toml_edit = { version = "0.22.20", features = ["parse"] }
fluent-templates = "0.11.0"
toml_edit = { version = "0.22.22", features = ["parse"] }
gilrs = "0.11"
tokio = { workspace = true, features = ["rt-multi-thread", "macros"]}

Expand Down
2 changes: 1 addition & 1 deletion frontend-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
cpal = ["dep:cpal", "dep:bytemuck"]

[dependencies]
toml_edit = { version = "0.22.20", features = ["parse"] }
toml_edit = { version = "0.22.22", features = ["parse"] }
url = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit 3da0166

Please sign in to comment.