Skip to content

Commit 1493e71

Browse files
chore(deps): bump the rust-minor-patch group with 2 updates (#174)
Bumps the rust-minor-patch group with 2 updates: [pyo3](https://github.com/pyo3/pyo3) and [tokio](https://github.com/tokio-rs/tokio). Updates `pyo3` from 0.28.2 to 0.28.3 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.28.2...v0.28.3) Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7122400 commit 1493e71

2 files changed

Lines changed: 31 additions & 105 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ sqlparser = "0.61"
88
pyo3 = { version = "0.28", features = ["auto-initialize"] }
99
anyhow = "1.0"
1010
thiserror = "1.0"
11-
tokio = { version = "1.50", features = ["full"] }
11+
tokio = { version = "1.51", features = ["full"] }
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = "1.0"

0 commit comments

Comments
 (0)