Skip to content

Commit 04430d6

Browse files
chore(rust): Bump toml in /rust
Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. - [Commits](toml-rs/toml@toml-v1.0.3...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0611a1 commit 04430d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rust/Cargo.lock

Lines changed: 2 additions & 2 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
@@ -42,7 +42,7 @@ arrow-schema.workspace = true
4242
libloading = "0.8.8"
4343
path-slash = "0.2.1"
4444
regex = "1.12.3"
45-
toml = { version = "1.0.3", default-features = false, features = [
45+
toml = { version = "1.0.6", default-features = false, features = [
4646
"parse",
4747
"display",
4848
] }

0 commit comments

Comments
 (0)