Skip to content

Commit a0b2dd3

Browse files
Bump the deps group across 1 directory with 4 updates (#65)
Bumps the deps group with 4 updates in the / directory: [const-str](https://github.com/Nugine/const-str), [tokio](https://github.com/tokio-rs/tokio), [serde_json](https://github.com/serde-rs/json) and [clap](https://github.com/clap-rs/clap). Updates `const-str` from 0.7.1 to 1.0.0 - [Release notes](https://github.com/Nugine/const-str/releases) - [Commits](Nugine/const-str@v0.7.1...v1.0.0) Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) Updates `serde_json` from 1.0.147 to 1.0.148 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.147...v1.0.148) Updates `clap` from 4.5.53 to 4.5.54 - [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.53...clap_complete-v4.5.54) --- updated-dependencies: - dependency-name: const-str dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76652ac commit a0b2dd3

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ homepage = "https://rustfs.com"
99

1010
[dependencies]
1111
chrono = "0.4"
12-
const-str = "0.7.1"
12+
const-str = "1.0.0"
1313
serde = { version = "1.0.228", features = ["derive"] }
14-
tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros", "fs", "io-std", "io-util"] }
14+
tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "macros", "fs", "io-std", "io-util"] }
1515
futures = "0.3.31"
1616
tracing = "0.1.44"
1717
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
18-
serde_json = "1.0.147"
18+
serde_json = "1.0.148"
1919
serde_yaml_ng = "0.10.0"
2020
strum = { version = "0.27.2", features = ["derive"] }
2121
k8s-openapi = { version = "0.26.1", features = ["v1_30", "schemars"] }
2222
kube = { version = "2.0.1", features = ["runtime", "derive", "client", "rustls-tls"] }
2323
schemars = "1"
24-
clap = { version = "4.5.53", features = ["derive"] }
24+
clap = { version = "4.5.54", features = ["derive"] }
2525
rustls = { version = "0.23", default-features = false, features = ["ring"] }
2626
rustls-pemfile = "2.2.0"
2727
shadow-rs = "1.5.0"

0 commit comments

Comments
 (0)