Skip to content

Commit 3753ef4

Browse files
Bump toml from 0.8.23 to 0.9.2 in /deepwell
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.2. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.2) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 594804f commit 3753ef4

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

deepwell/Cargo.lock

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

deepwell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ subtle = "2.6"
6363
thiserror = "2"
6464
time = { version = "0.3", features = ["parsing", "serde"], default-features = false }
6565
tiny-keccak = { version = "2", features = ["k12"] }
66-
toml = { version = "0.8", features = ["parse"] }
66+
toml = { version = "0.9", features = ["parse"] }
6767
tokio = { version = "1", features = ["full"] }
6868
typenum = "1"
6969
unic-langid = "0.9"

0 commit comments

Comments
 (0)