Skip to content

Commit aefac91

Browse files
dependabot[bot]DanNixon
authored andcommitted
Bump the cargo-dependencies group with 3 updates
Bumps the cargo-dependencies group with 3 updates: [chrono](https://github.com/chronotope/chrono), [tokio-util](https://github.com/tokio-rs/tokio) and [toml](https://github.com/toml-rs/toml). Updates `chrono` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.41) Updates `tokio-util` from 0.7.14 to 0.7.15 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.14...tokio-util-0.7.15) Updates `toml` from 0.8.20 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tokio-util dependency-version: 0.7.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84df24f commit aefac91

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

Cargo.lock

Lines changed: 19 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async-trait = "0.1.88"
2525
axum = "0.7.9"
2626
byte-unit = { version = "4.0", features = ["serde"] }
2727
bytes = { version = "1.10.0", features = ["serde"] }
28-
chrono = { version = "0.4.40", features = ["serde"] }
28+
chrono = { version = "0.4.41", features = ["serde"] }
2929
ciborium = "0.2.2"
3030
clap = { version = "4.4.18", features = ["cargo", "derive", "env", "string"] }
3131
ctor = "0.2.9"
@@ -57,7 +57,7 @@ tempfile = "3.19.1"
5757
thiserror = "1.0.69"
5858
tokio = { version = "1.44", features = ["macros", "rt-multi-thread", "signal", "process"] }
5959
tokio-stream = { version = "0.1.17", features = ["sync"] }
60-
tokio-util = { version = "0.7.14", features = ["codec"] }
60+
tokio-util = { version = "0.7.15", features = ["codec"] }
6161
toml = "0.8"
6262
tower-http = { version = "0.5.2", features = ["fs"] }
6363
tracing = "0.1"

0 commit comments

Comments
 (0)