Skip to content

Commit

Permalink
Merge pull request #71 from glotzerlab/dependabot-cargo-trunk-cargo-v…
Browse files Browse the repository at this point in the history
…ersion-71c3417aea

Bump the cargo-version group with 9 updates
  • Loading branch information
joaander authored Jan 7, 2025
2 parents 681a593 + 77f8818 commit 2517e98
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 384 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- macos-14
rust:
# Oldest supported version of rust
- 1.77.2
- 1.81.0
- 1.83.0
mode:
- debug
Expand Down
74 changes: 31 additions & 43 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "row"
version = "0.4.0"
edition = "2021"
rust-version = "1.77"
rust-version = "1.81"
description = "Row is a command line tool that helps you manage workflows on HPC resources."
homepage = "https://glotzerlab.engin.umich.edu"
documentation = "https://row.readthedocs.io"
Expand All @@ -14,11 +14,11 @@ categories = ["command-line-utilities", "science"]

[dependencies]
clap = { version = "4.5.21", features = ["derive", "env"] }
clap-verbosity-flag = "3.0.1"
clap_complete = { version = "4.5.38", features = ["unstable-dynamic"] }
console = "0.15.8"
env_logger = "0.11.5"
home = "0.5.9"
clap-verbosity-flag = "3.0.2"
clap_complete = { version = "4.5.40", features = ["unstable-dynamic"] }
console = "0.15.10"
env_logger = "0.11.6"
home = "0.5.11"
human_format = "1.1.0"
indicatif = "0.17.9"
indicatif-log-bridge = "0.2.3"
Expand All @@ -28,20 +28,20 @@ nix = { version = "0.29.0", features = ["signal"] }
path-absolutize = "3.1.1"
postcard = { version = "1.1.1", default-features = false, features = ["use-std"] }
regex = "1.11.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
shell-quote = { version = "0.7.1", default-features = false, features = ["bash"] }
signal-hook = { version = "0.3.17", default-features = false }
speedate = "0.15.0"
thiserror = "2.0.4"
thiserror = "2.0.9"
toml = "0.8.19"
uuid = { version = "1.11.0", features = ["v4"] }
wildmatch = "2.4.0"

[dev-dependencies]
assert_cmd = "2.0.15"
assert_fs = "1.1.2"
predicates = { version = "3.1.2", features = ["regex"] }
predicates = { version = "3.1.3", features = ["regex"] }
serial_test = "3.2.0"

[lints.clippy]
Expand Down
Loading

0 comments on commit 2517e98

Please sign in to comment.