mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 16:11:46 +03:00
2af685d388
Bumps the rust-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.197` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.57` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.80` | | [bstr](https://github.com/BurntSushi/bstr) | `1.9.0` | `1.9.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.33` | `0.4.34` | | [governor](https://github.com/boinkor-net/governor) | `0.6.0` | `0.6.3` | | [serde_json](https://github.com/serde-rs/json) | `1.0.113` | `1.0.114` | | [tauri](https://github.com/tauri-apps/tauri) | `1.5.4` | `1.6.0` | | [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.0` | `3.10.1` | Updates `serde` from 1.0.196 to 1.0.197 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.196...v1.0.197) Updates `thiserror` from 1.0.56 to 1.0.57 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.56...1.0.57) Updates `anyhow` from 1.0.79 to 1.0.80 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.79...1.0.80) Updates `bstr` from 1.9.0 to 1.9.1 - [Commits](https://github.com/BurntSushi/bstr/compare/1.9.0...1.9.1) Updates `chrono` from 0.4.33 to 0.4.34 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.33...v0.4.34) Updates `governor` from 0.6.0 to 0.6.3 - [Release notes](https://github.com/boinkor-net/governor/releases) - [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml) - [Commits](https://github.com/boinkor-net/governor/compare/v0.6.0...v0.6.3) Updates `serde_json` from 1.0.113 to 1.0.114 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114) Updates `tauri` from 1.5.4 to 1.6.0 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.5.4...tauri-v1.6.0) Updates `log` from 0.4.20 to 0.4.21 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) Updates `tempfile` from 3.10.0 to 3.10.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: governor 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-minor dependency-group: rust-updates - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates ... Signed-off-by: dependabot[bot] <support@github.com>
93 lines
3.1 KiB
TOML
93 lines
3.1 KiB
TOML
[package]
|
|
name = "gitbutler-app"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "1.5", features = [] }
|
|
|
|
[dev-dependencies]
|
|
once_cell = "1.19"
|
|
pretty_assertions = "1.4"
|
|
tempfile = "3.10"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.80"
|
|
async-trait = "0.1.77"
|
|
backoff = "0.4.0"
|
|
backtrace = { version = "0.3.69", optional = true }
|
|
bstr = "1.9.1"
|
|
byteorder = "1.5.0"
|
|
chrono = { version = "0.4.34", features = ["serde"] }
|
|
console-subscriber = "0.2.0"
|
|
diffy = "0.3.0"
|
|
filetime = "0.2.23"
|
|
fslock = "0.2.1"
|
|
futures = "0.3"
|
|
git2.workspace = true
|
|
git2-hooks = "0.3"
|
|
gitbutler-core = { workspace = true }
|
|
governor = "0.6.3"
|
|
itertools = "0.12"
|
|
lazy_static = "1.4.0"
|
|
md5 = "0.7.0"
|
|
nonzero_ext = "0.3.0"
|
|
notify = { version = "6.0.1" }
|
|
notify-debouncer-full = "0.3.1"
|
|
num_cpus = "1.16.0"
|
|
once_cell = "1.19"
|
|
r2d2 = "0.8.10"
|
|
r2d2_sqlite = "0.22.0"
|
|
rand = "0.8.5"
|
|
refinery = { version = "0.8", features = [ "rusqlite" ] }
|
|
regex = "1.10"
|
|
reqwest = "0.11.24"
|
|
resolve-path = "0.1.0"
|
|
rusqlite = { workspace = true }
|
|
sentry = { version = "0.32", optional = true, features = ["backtrace", "contexts", "panic", "transport", "anyhow", "debug-images", "reqwest", "native-tls" ] }
|
|
sentry-tracing = "0.32.0"
|
|
serde = { workspace = true }
|
|
serde_json = { version = "1.0", features = [ "std", "arbitrary_precision" ] }
|
|
sha1 = "0.10.6"
|
|
sha2 = "0.10.8"
|
|
similar = { version = "2.4.0", features = ["unicode"] }
|
|
slug = "0.1.5"
|
|
ssh-key = { version = "0.6.4", features = [ "alloc", "ed25519" ] }
|
|
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }
|
|
tauri = { version = "1.6.0", features = [ "os-all", "dialog-open", "fs-read-file", "path-all", "process-relaunch", "protocol-asset", "shell-open", "window-maximize", "window-start-dragging", "window-unmaximize"] }
|
|
tauri-plugin-context-menu = { git = "https://github.com/c2r0b/tauri-plugin-context-menu", branch = "main" }
|
|
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
|
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
|
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
|
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
|
log = "^0.4"
|
|
thiserror.workspace = true
|
|
tokio = { workspace = true, features = [ "full", "sync" ] }
|
|
tokio-util = "0.7.10"
|
|
tracing = "0.1.40"
|
|
tracing-appender = "0.2.3"
|
|
tracing-subscriber = "0.3.17"
|
|
url = "2.5"
|
|
urlencoding = "2.1.3"
|
|
uuid = { workspace = true }
|
|
walkdir = "2.3.2"
|
|
zip = "0.6.5"
|
|
|
|
[features]
|
|
# by default Tauri runs in production mode
|
|
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is a URL
|
|
default = ["custom-protocol", "sentry", "error-context"]
|
|
# this feature enables devtools
|
|
devtools = ["tauri/devtools"]
|
|
# this feature is used used for production builds where `devPath` points to the filesystem
|
|
# DO NOT remove this
|
|
custom-protocol = ["tauri/custom-protocol"]
|
|
|
|
sentry = ["dep:sentry", "error-context"]
|
|
error-context = ["dep:backtrace", "sentry/backtrace"]
|
|
|
|
[lints]
|
|
workspace = true
|