Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8.12 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 32d59d3 commit a592720
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ serde_derive = "1"
# serde_path_to_error = "0.1.15"

thiserror = "1.0.58"
toml = { version = "0.8.11", features = ["preserve_order"] }
toml = { version = "0.8.12", features = ["preserve_order"] }

[dependencies.abscissa_core]
version = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ strum = { version = "0.26.2", features = ["derive"] }
strum_macros = "0.26.2"
tabled = "0.15.0"
thiserror = "1.0.58"
toml = { version = "0.8.11", features = ["indexmap", "preserve_order"] }
toml = { version = "0.8.12", features = ["indexmap", "preserve_order"] }
tracing = { workspace = true }
typed-builder = { workspace = true }
ulid = { version = "1.1.2", features = ["serde"] }
Expand Down

0 comments on commit a592720

Please sign in to comment.