Skip to content

Commit

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

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

| Package | From | To |
| --- | --- | --- |
| [async-channel](https://github.com/smol-rs/async-channel) | `2.3.0` | `2.3.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` |
| [either](https://github.com/rayon-rs/either) | `1.11.0` | `1.12.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.63` | `2.0.64` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.12` | `0.22.13` |
| [insta](https://github.com/mitsuhiko/insta) | `1.38.0` | `1.39.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |



Updates `async-channel` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-channel@v2.3.0...v2.3.1)

Updates `serde` from 1.0.201 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.202)

Updates `either` from 1.11.0 to 1.12.0
- [Commits](rayon-rs/either@1.11.0...1.12.0)

Updates `syn` from 2.0.63 to 2.0.64
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.63...2.0.64)

Updates `toml_edit` from 0.22.12 to 0.22.13
- [Commits](toml-rs/toml@v0.22.12...v0.22.13)

Updates `insta` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.38.0...1.39.0)

Updates `toml` from 0.8.12 to 0.8.13
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: either
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: toml
  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 May 16, 2024
1 parent fa1ac0e commit 5fbf39f
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 66 deletions.
115 changes: 57 additions & 58 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ egui = { git = "https://github.com/emilk/egui.git", rev = "738ea75453567c5f17a54
clap = { version = "4.5.4", features = ["derive"] }
anyhow = "1.0"
slotmap = "1.0.7"
async-channel = "2.3.0"
async-channel = "2.3.1"
bitflags = "2.5.0"
bytemuck = "1.16.0"
chrono = { version = "0.4.38", default-features = false }
Expand All @@ -65,7 +65,7 @@ js-sys = "0.3.69"
log = "0.4"
num-derive = "0.4.2"
num-traits = "0.2.19"
serde = "1.0.201"
serde = "1.0.202"
thiserror = "1.0"
url = "2.5.0"
wasm-bindgen = "=0.2.92"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ttf-parser = "0.21"
num-bigint = "0.4"
unic-segment = "0.9.0"
id3 = "1.13.1"
either = "1.11.0"
either = "1.12.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.futures]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true

[dependencies]
quote = "1.0.36"
syn = { version = "2.0.63", features = ["extra-traits", "full"] }
syn = { version = "2.0.64", features = ["extra-traits", "full"] }
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ wgpu = { workspace = true }
futures = { workspace = true }
chrono = { workspace = true }
fluent-templates = "0.9.4"
toml_edit = { version = "0.22.12", features = ["parse"] }
toml_edit = { version = "0.22.13", features = ["parse"] }
gilrs = "0.10"
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 @@ -11,7 +11,7 @@ version.workspace = true
workspace = true

[dependencies]
toml_edit = { version = "0.22.12", features = ["parse"] }
toml_edit = { version = "0.22.13", features = ["parse"] }
url = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion render/naga-agal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ num-derive = { workspace = true }
num-traits = { workspace = true }

[dev-dependencies]
insta = "1.38.0"
insta = "1.39.0"
naga = { workspace = true, features = ["wgsl-out"] }
2 changes: 1 addition & 1 deletion tests/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chrono = { workspace = true }
approx = "0.5.1"
pretty_assertions = "1.4.0"
serde = { workspace = true }
toml = "0.8.12"
toml = "0.8.13"
anyhow = { workspace = true }
async-channel = { workspace = true }
vfs = "0.12.0"
Expand Down

0 comments on commit 5fbf39f

Please sign in to comment.