Skip to content

Commit ebda631

Browse files
chore(deps): bump tokio from 1.47.1 to 1.48.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 237ac1c commit ebda631

File tree

2 files changed

+6
-99
lines changed

2 files changed

+6
-99
lines changed

Cargo.lock

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

odbc-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ csv = "1.3.1"
126126
test-case = "3.3.1"
127127
tempfile = "3.23.0"
128128
criterion = { version = "0.7.0", features = ["html_reports"] }
129-
tokio = { version = "1.47.1", features = ["rt", "macros", "time"] }
129+
tokio = { version = "1.48.0", features = ["rt", "macros", "time"] }
130130
stdext = "0.3.3" # Used for function_name macro to generate unique table names for tests
131131
tokio-stream = "0.1.17"
132132
async-stream = "0.3.6"

0 commit comments

Comments
 (0)