mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-02 05:15:54 +00:00
721e6b9aa5
Bumps the cargo group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [tobj](https://github.com/Twinklebear/tobj). Updates `clap` from 4.5.26 to 4.5.27 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.26...clap_complete-v4.5.27) Updates `tobj` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/Twinklebear/tobj/releases) - [Commits](https://github.com/Twinklebear/tobj/compare/4.0.2...4.0.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tobj dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
559 B
TOML
34 lines
559 B
TOML
[package]
|
|
name = "release-operator"
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.95"
|
|
cargo_metadata = "0.19.1"
|
|
cmd_lib = "1.9.5"
|
|
env_logger = "0.11.6"
|
|
log = "0.4.25"
|
|
secstr = "0.5.0"
|
|
semver = "1.0.25"
|
|
serde_json = "1.0.137"
|
|
thiserror = "2.0.11"
|
|
|
|
[dependencies.autolib]
|
|
path = "../autolib"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.12.12"
|
|
features = ["blocking"]
|
|
|
|
[dependencies.clap]
|
|
version = "4.5.27"
|
|
features = ["std", "derive", "env"]
|
|
default-features = false
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.217"
|
|
features = ["derive"]
|