Skip to content

Commit 39118d3

Browse files
dependabot[bot]duesee
authored andcommitted
chore(deps): Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [bytes](https://github.com/tokio-rs/bytes). Updates `serde_json` from 1.0.121 to 1.0.122 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.121...v1.0.122) Updates `bytes` from 1.6.1 to 1.7.1 - [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.1) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 990d705 commit 39118d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

assets/demos/tokio-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
quirk_crlf_relaxed = ["imap-codec/quirk_crlf_relaxed"]
1212

1313
[dependencies]
14-
bytes = "1.6.1"
14+
bytes = "1.7.1"
1515
thiserror = "1.0.63"
1616
tokio-util = { version = "0.7.11", features = ["codec"] }
1717

imap-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ thiserror = "1.0.63"
3939
[dev-dependencies]
4040
criterion = { version = "0.5.1", default-features = false }
4141
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
42-
serde_json = { version = "1.0.121", default-features = false }
42+
serde_json = { version = "1.0.122", default-features = false }
4343

4444
[[example]]
4545
name = "serde_json"

0 commit comments

Comments
 (0)