Skip to content

Commit

Permalink
Bump the all group with 2 updates (#56)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [serde](https://github.com/serde-rs/serde) and [tokio](https://github.com/tokio-rs/tokio).


Updates `serde` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

Updates `tokio` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent 9816707 commit 212b446
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ clap = { version = "4.5", features = ["derive", "env"] }
futures-util = { version = "^0.3.31", features = ["sink"] }
hashbrown = { version = "0.15", features = ["serde"] }
openssl = "^0.10.68"
serde = { version = "^1.0.210", features = ["derive"] }
serde = { version = "^1.0.213", features = ["derive"] }
tikv-jemallocator = "0.6"
tokio = { version = "^1.40.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio = { version = "^1.41.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio-util = { version = "^0.7.12", features = ["codec"] }
tokio-openssl = "^0.6.5"

Expand Down

0 comments on commit 212b446

Please sign in to comment.