Skip to content

Commit 0c46158

Browse files
Bump the cargo-dependencies group with 4 updates
Bumps the cargo-dependencies group with 4 updates: [bytes](https://github.com/tokio-rs/bytes), [serde_json](https://github.com/serde-rs/json), [tokio](https://github.com/tokio-rs/tokio) and [toml](https://github.com/toml-rs/toml). Updates `bytes` from 1.6.1 to 1.7.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.6.1...v1.7.0) Updates `serde_json` from 1.0.120 to 1.0.121 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.120...v1.0.121) Updates `tokio` from 1.38.1 to 1.39.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.1...tokio-1.39.2) Updates `toml` from 0.8.15 to 0.8.19 - [Commits](toml-rs/toml@toml-v0.8.15...toml-v0.8.19) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d21028c commit 0c46158

File tree

2 files changed

+38
-26
lines changed

2 files changed

+38
-26
lines changed

Cargo.lock

+35-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async-channel = "2.3.1"
2424
async-trait = "0.1.80"
2525
axum = "0.7.5"
2626
byte-unit = { version = "4.0", features = ["serde"] }
27-
bytes = { version = "1.6.0", features = ["serde"] }
27+
bytes = { version = "1.7.0", features = ["serde"] }
2828
chrono = { version = "0.4.38", features = ["serde"] }
2929
ciborium = "0.2.2"
3030
clap = { version = "4.4.18", features = ["cargo", "derive", "env", "string"] }
@@ -52,10 +52,10 @@ satori-storage = { path = "./storage" }
5252
satori-testing-utils = { path = "./testing-utils" }
5353
serde = { version = "1.0", features = ["derive"] }
5454
serde_with = "3.8"
55-
serde_json = "1.0.119"
55+
serde_json = "1.0.121"
5656
tempfile = "3.10.1"
5757
thiserror = "1.0.61"
58-
tokio = { version = "1.38", features = ["macros", "rt-multi-thread", "signal", "process"] }
58+
tokio = { version = "1.39", features = ["macros", "rt-multi-thread", "signal", "process"] }
5959
tokio-stream = { version = "0.1.15", features = ["sync"] }
6060
tokio-util = { version = "0.7.11", features = ["codec"] }
6161
toml = "0.8"

0 commit comments

Comments
 (0)