Skip to content

Commit

Permalink
chore(deps): bump the rust-updates group across 1 directory with 10 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the rust-updates group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.211` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.90` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.1` | `1.20.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
| [tauri](https://github.com/tauri-apps/tauri) | `1.8.0` | `1.8.1` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.31.4` | `0.32.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.20` |



Updates `uuid` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.10.0...1.11.0)

Updates `serde` from 1.0.210 to 1.0.211
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.211)

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

Updates `anyhow` from 1.0.89 to 1.0.90
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.90)

Updates `futures` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `once_cell` from 1.20.1 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.1...v1.20.2)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

Updates `tauri` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.8.0...tauri-v1.8.1)

Updates `sysinfo` from 0.31.4 to 0.32.0
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.31.4...v0.32.0)

Updates `clap` from 4.5.19 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.19...clap_complete-v4.5.20)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 7a4bd35 commit 8efc4c8
Show file tree
Hide file tree
Showing 25 changed files with 106 additions and 109 deletions.
157 changes: 77 additions & 80 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ git2 = { version = "0.19.0", features = [
"vendored-openssl",
"vendored-libgit2",
] }
uuid = { version = "1.8.0", features = ["serde"] }
uuid = { version = "1.11.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0.64"
tokio = { version = "1.40.0", default-features = false }
tokio = { version = "1.41.0", default-features = false }
keyring = "2.3.3"
anyhow = "1.0.86"
anyhow = "1.0.90"
parking_lot = "0.12.3"
futures = "0.3.30"
futures = "0.3.31"
toml = "0.8.13"
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-branch-actions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
tracing.workspace = true
anyhow = "1.0.86"
anyhow = "1.0.90"
git2.workspace = true
gix = { workspace = true, features = ["blob-diff", "revision"] }
tokio.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-branch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
git2.workspace = true
gix = { workspace = true, features = [] }
gitbutler-reference.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/gitbutler-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ gitbutler-diff.workspace = true
gitbutler-stack.workspace = true
gix = { workspace = true, features = ["max-performance", "tracing"] }
dirs-next = "2.0.0"
clap = { version = "4.5.19", features = ["derive", "env"] }
anyhow = "1.0.86"
clap = { version = "4.5.20", features = ["derive", "env"] }
anyhow = "1.0.90"
chrono = "0.4.10"
tracing-forest = { version = "0.1.6" }
tracing-subscriber.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-command-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
git2.workspace = true
gix.workspace = true
tracing.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ publish = false

[dependencies]
git2.workspace = true
anyhow = "1.0.86"
anyhow = "1.0.90"
serde = { workspace = true, features = ["std"]}
gitbutler-project.workspace = true
2 changes: 1 addition & 1 deletion crates/gitbutler-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
git2.workspace = true
bstr.workspace = true
md5 = "0.7.0"
anyhow = "1.0.86"
anyhow = "1.0.90"
hex = "0.4.3"
tracing.workspace = true
gitbutler-serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
2 changes: 1 addition & 1 deletion crates/gitbutler-feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
zip = "0.6.5"
walkdir = "2.5.0"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
serde = { workspace = true, features = ["std"] }
bstr.workspace = true
anyhow = "1.0.86"
anyhow = "1.0.90"
gix = { workspace = true, features = ["dirwalk", "credentials", "parallel"] }
walkdir = "2.5.0"
toml.workspace = true
2 changes: 1 addition & 1 deletion crates/gitbutler-git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tokio = { workspace = true, optional = true, features = [
uuid = { workspace = true, features = ["v4", "fast-rng"] }
rand = "0.8.5"
futures.workspace = true
sysinfo = "0.31.4"
sysinfo = "0.32.0"
gix-path = "0.10.11"

[target."cfg(unix)".dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-oplog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
git2.workspace = true
gitbutler-repo.workspace = true
serde = { workspace = true, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-patch-reference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
serde = { workspace = true, features = ["std"] }
gitbutler-command-context.workspace = true
gitbutler-commit.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
parking_lot = { workspace = true, features = ["arc_lock"] }
serde = { workspace = true, features = ["std"]}
serde_json = { version = "1.0", features = [ "std", "arbitrary_precision" ] }
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-repo-actions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = { workspace = true, features = [
"sync",
] }
log = "^0.4"
anyhow = "1.0.86"
anyhow = "1.0.90"
gitbutler-command-context.workspace = true
tracing.workspace = true
gitbutler-stack.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-repo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
git2.workspace = true
gix = { workspace = true, features = ["status", "tree-editor"] }
anyhow = "1.0.86"
anyhow = "1.0.90"
bstr.workspace = true
tracing.workspace = true
tempfile = "3.13"
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-secret/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
tracing.workspace = true
serde = { workspace = true, features = ["std"]}
gix = { workspace = true, features = ["dirwalk", "credentials", "parallel"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-stack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git2.workspace = true
gix = { workspace = true, features = [] }
gix-utils = "0.1.12"
itertools = "0.13"
anyhow = "1.0.86"
anyhow = "1.0.90"
serde = { workspace = true, features = ["std"] }
toml.workspace = true
tracing.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GitButler <[email protected]>"]
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
tracing.workspace = true
itertools = "0.13"
git2.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/gitbutler-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tempfile = "3.13"
gitbutler-testsupport.workspace = true

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
backtrace = { version = "0.3.74", optional = true }
console-subscriber = "0.4.0"
dirs = "5.0.1"
Expand Down Expand Up @@ -79,7 +79,7 @@ open = "5"
url = "2.5.2"

[dependencies.tauri]
version = "1.8.0"
version = "1.8.1"
features = [
"http-all",
"os-all",
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-testsupport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ doctest = false
test = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
once_cell = "1.20"
git2.workspace = true
tempfile = "3.13.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
gitbutler-secret.workspace = true
gitbutler-storage.workspace = true
anyhow = "1.0.86"
anyhow = "1.0.90"
serde = { workspace = true, features = ["std"]}
serde_json = { version = "1.0", features = [ "std", "arbitrary_precision" ] }

Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gitbutler-branch-actions.workspace = true
gitbutler-sync.workspace = true
gitbutler-oplog.workspace = true
thiserror.workspace = true
anyhow = "1.0.86"
anyhow = "1.0.90"
tokio = { workspace = true, features = ["macros"] }
tokio-util = "0.7.12"
tracing.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-watcher/vendor/debouncer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mock_instant = { version = "0.5.1", optional = true }
gitbutler-notify-debouncer = { path = ".", features = ["mock_instant"] }
pretty_assertions = "1.4.1"
rstest = "0.23"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.211", features = ["derive"] }
deser-hjson = "1.1.1"

[lints.clippy]
Expand Down

0 comments on commit 8efc4c8

Please sign in to comment.