Skip to content

Commit 76652ac

Browse files
Bump the deps group across 1 directory with 4 updates (#62)
Bumps the deps group with 4 updates in the / directory: [tracing](https://github.com/tokio-rs/tracing), [serde_json](https://github.com/serde-rs/json), [schemars](https://github.com/GREsau/schemars) and [shadow-rs](https://github.com/baoyachi/shadow-rs). Updates `tracing` from 0.1.43 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.43...tracing-0.1.44) Updates `serde_json` from 1.0.145 to 1.0.147 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.147) Updates `schemars` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v1.1.0...v1.2.0) Updates `shadow-rs` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](baoyachi/shadow-rs@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-version: 1.0.147 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: shadow-rs dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor 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 6ef089a commit 76652ac

2 files changed

Lines changed: 23 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 13 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
@@ -13,9 +13,9 @@ const-str = "0.7.1"
1313
serde = { version = "1.0.228", features = ["derive"] }
1414
tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros", "fs", "io-std", "io-util"] }
1515
futures = "0.3.31"
16-
tracing = "0.1.43"
16+
tracing = "0.1.44"
1717
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
18-
serde_json = "1.0.145"
18+
serde_json = "1.0.147"
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"] }
@@ -24,13 +24,13 @@ schemars = "1"
2424
clap = { version = "4.5.53", features = ["derive"] }
2525
rustls = { version = "0.23", default-features = false, features = ["ring"] }
2626
rustls-pemfile = "2.2.0"
27-
shadow-rs = "1.4.0"
27+
shadow-rs = "1.5.0"
2828
snafu = { version = "0.8.9", features = ["futures"] }
2929

3030
[dev-dependencies]
3131

3232
[build-dependencies]
33-
shadow-rs = { version = "1.4.0", features = ["build"] }
33+
shadow-rs = { version = "1.5.0", features = ["build"] }
3434

3535
[lints.rust]
3636
unused_variables = "allow"

0 commit comments

Comments
 (0)