Skip to content

Commit ac02e62

Browse files
chore(rust): bump toml from 0.9.2 to 0.9.5 in /rust
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.2 to 0.9.5. - [Commits](toml-rs/toml@toml-v0.9.2...toml-v0.9.5) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a4fea6 commit ac02e62

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

rust/Cargo.lock

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

rust/driver_manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ adbc_core.workspace = true
3939
arrow-array.workspace = true
4040
arrow-schema.workspace = true
4141
libloading = "0.8"
42-
toml = { version = "0.9.2", default-features = false, features = [
42+
toml = { version = "0.9.5", default-features = false, features = [
4343
"parse",
4444
"display",
4545
] }

0 commit comments

Comments
 (0)