forked from mirrors/jj
5ff9376466
Bumps the cargo-dependencies group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [async-trait](https://github.com/dtolnay/async-trait), [serde_json](https://github.com/serde-rs/json) and [thiserror](https://github.com/dtolnay/thiserror). Updates `anyhow` from 1.0.77 to 1.0.78 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.77...1.0.78) Updates `async-trait` from 0.1.75 to 0.1.76 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.75...0.1.76) Updates `serde_json` from 1.0.108 to 1.0.109 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.109) Updates `thiserror` from 1.0.52 to 1.0.53 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.52...1.0.53) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: serde_json 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 ... Signed-off-by: dependabot[bot] <support@github.com>
110 lines
2.9 KiB
TOML
110 lines
2.9 KiB
TOML
cargo-features = []
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = ["cli", "lib", "lib/testutils", "lib/gen-protos"]
|
|
|
|
[workspace.package]
|
|
version = "0.12.0"
|
|
license = "Apache-2.0"
|
|
rust-version = "1.71" # NOTE: remember to update CI, contributing.md, changelog.md, and flake.nix
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/martinvonz/jj"
|
|
repository = "https://github.com/martinvonz/jj"
|
|
documentation = "https://github.com/martinvonz/jj"
|
|
categories = ["version-control", "development-tools"]
|
|
keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.78"
|
|
assert_cmd = "2.0.8"
|
|
assert_matches = "1.5.0"
|
|
async-trait = "0.1.76"
|
|
backoff = "0.4.0"
|
|
blake2 = "0.10.6"
|
|
bytes = "1.5.0"
|
|
cargo_metadata = "0.17.0"
|
|
clap = { version = "4.4.12", features = ["derive", "deprecated", "wrap_help"] }
|
|
clap_complete = "4.4.5"
|
|
clap_mangen = "0.2.10"
|
|
chrono = { version = "0.4.31", default-features = false, features = [
|
|
"std",
|
|
"clock",
|
|
] }
|
|
config = { version = "0.13.4", default-features = false, features = ["toml"] }
|
|
criterion = "0.5.1"
|
|
crossterm = { version = "0.27", default-features = false }
|
|
digest = "0.10.7"
|
|
dirs = "5.0.1"
|
|
either = "1.9.0"
|
|
esl01-renderdag = "0.3.0"
|
|
futures = "0.3.30"
|
|
git2 = "0.18.1"
|
|
gix = { version = "0.56.0", default-features = false, features = [
|
|
"index",
|
|
"max-performance-safe",
|
|
] }
|
|
glob = "0.3.1"
|
|
hex = "0.4.3"
|
|
indexmap = "2.1.0"
|
|
insta = { version = "1.34.0", features = ["filters"] }
|
|
itertools = "0.11.0"
|
|
libc = { version = "0.2.151" }
|
|
maplit = "1.0.2"
|
|
num_cpus = "1.16.0"
|
|
once_cell = "1.19.0"
|
|
ouroboros = "0.18.0"
|
|
pest = "2.7.5"
|
|
pest_derive = "2.7.5"
|
|
pollster = "0.3.0"
|
|
pretty_assertions = "1.4.0"
|
|
prost = "0.11.9"
|
|
prost-build = "0.11.9"
|
|
rand = "0.8.5"
|
|
rand_chacha = "0.3.1"
|
|
rayon = "1.8.0"
|
|
ref-cast = "1.0.21"
|
|
regex = "1.10.2"
|
|
rpassword = "7.3.1"
|
|
rustix = { version = "0.38.28", features = ["fs"] }
|
|
scm-record = "0.2.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.109"
|
|
slab = "0.4.9"
|
|
smallvec = { version = "1.11.2", features = [
|
|
"const_generics",
|
|
"const_new",
|
|
"union",
|
|
] }
|
|
strsim = "0.10.0"
|
|
tempfile = "3.9.0"
|
|
test-case = "3.3.1"
|
|
textwrap = "0.16.0"
|
|
thiserror = "1.0.53"
|
|
timeago = { version = "0.4.2", default-features = false }
|
|
tokio = { version = "1.35.1" }
|
|
toml_edit = { version = "0.19.15", features = ["serde"] }
|
|
tracing = "0.1.40"
|
|
tracing-chrome = "0.7.1"
|
|
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
|
|
"std",
|
|
"ansi",
|
|
"env-filter",
|
|
"fmt",
|
|
] }
|
|
unicode-width = "0.1.11"
|
|
version_check = "0.9.4"
|
|
watchman_client = { version = "0.8.0" }
|
|
whoami = "1.4.1"
|
|
zstd = "0.12.4"
|
|
|
|
# put all inter-workspace libraries, i.e. those that use 'path = ...' here in
|
|
# their own (alphabetically sorted) block
|
|
|
|
jj-lib = { path = "lib", version = "0.12.0" }
|
|
testutils = { path = "lib/testutils" }
|
|
|
|
[profile.release]
|
|
strip = "debuginfo"
|
|
codegen-units = 1
|