Skip to content

Commit

Permalink
chore(deps): update rust crate toml to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent c7fa151 commit 40cb2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ getrandom = { version = "0.2", optional = true, features = [ "std" ] }
serialize-to-javascript = { version = "=0.1.2", optional = true }
ctor = "0.2"
json5 = { version = "0.4", optional = true }
toml = { version = "0.7", optional = true } # the other used toml crates still use 0.7
toml = { version = "0.8", optional = true } # the other used toml crates still use 0.7
json-patch = "2"
glob = { version = "0.3", optional = true }
walkdir = { version = "2", optional = true }
Expand Down

0 comments on commit 40cb2b0

Please sign in to comment.