Skip to content

Commit

Permalink
cargo: bump the cargo-dependencies group across 1 directory with 11 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the cargo-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [open](https://github.com/Byron/open-rs) | `5.1.2` | `5.1.3` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.2` | `0.12.3` |
| [poem](https://github.com/poem-web/poem) | `3.0.0` | `3.0.1` |
| [rust-embed](https://github.com/pyros2097/rust-embed) | `8.3.0` | `8.4.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.203` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.61` |
| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |
| [insta](https://github.com/mitsuhiko/insta) | `1.38.0` | `1.39.0` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [tauri-build](https://github.com/tauri-apps/tauri) | `1.5.1` | `1.5.2` |



Updates `open` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v5.1.2...v5.1.3)

Updates `parking_lot` from 0.12.2 to 0.12.3
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.2...0.12.3)

Updates `poem` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

Updates `rust-embed` from 8.3.0 to 8.4.0
- [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
- [Commits](https://github.com/pyros2097/rust-embed/commits)

Updates `serde` from 1.0.200 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.200...v1.0.203)

Updates `thiserror` from 1.0.59 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.59...1.0.61)

Updates `toml` from 0.8.12 to 0.8.13
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.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 `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

Updates `tauri-build` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v1.5.1...tauri-build-v1.5.2)

---
updated-dependencies:
- dependency-name: open
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: parking_lot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: poem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rust-embed
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 935cbea commit 627d4c2
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@ repository = "https://github.com/ilyagr/diffedit3"
[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
indexmap = { version = "2.2.6", features = ["serde"] }
open = "5.0.1"
parking_lot = "0.12.2"
poem = { version = "3.0.0", features = ["embed"] }
rust-embed = { version = "8.2.0" }
serde = { version = "1.0.199", features = ["serde_derive"] }
thiserror = "1.0.59"
open = "5.1.3"
parking_lot = "0.12.3"
poem = { version = "3.0.1", features = ["embed"] }
rust-embed = { version = "8.4.0" }
serde = { version = "1.0.203", features = ["serde_derive"] }
thiserror = "1.0.61"
tokio = { version = "1.36.0", features = [
"macros",
"rt-multi-thread",
"signal",
] }
toml = { version = "0.8.12", features = ["indexmap"] }
toml = { version = "0.8.13", features = ["indexmap"] }
tracing-subscriber = "0.3.18"
walkdir = "2.4.0"

[dev-dependencies]
assert_matches = "1.5.0"
indoc = "2.0.4"
insta = { version = "1.34.0", features = [
insta = { version = "1.39.0", features = [
"redactions",
"serde",
"yaml",
"json",
] }
itertools = "0.12.1"
itertools = "0.13.0"
tempfile = "3.10.1"
txtar = "1.0.0"
2 changes: 1 addition & 1 deletion backend-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1.0"
indexmap = { version = "2.2.6", features = ["serde"] }
clap = { version = "4.5.3", features = ["derive"] }
diffedit3 = { path = ".." }
parking_lot = "0.12.2"
parking_lot = "0.12.3"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit 627d4c2

Please sign in to comment.