Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 0453bc0 commit b11c766
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 @@ -67,7 +67,7 @@ serde_derive = "1"
# serde_path_to_error = "0.1.15"

thiserror = "1.0.57"
toml = { version = "0.8.10", features = ["preserve_order"] }
toml = { version = "0.8.11", 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 @@ -49,7 +49,7 @@ strum = { version = "0.26.2", features = ["derive"] }
strum_macros = "0.26.2"
tabled = "0.15.0"
thiserror = "1.0.57"
toml = { version = "0.8.10", features = ["indexmap", "preserve_order"] }
toml = { version = "0.8.11", features = ["indexmap", "preserve_order"] }
tracing = { version = "0.1.40" }
typed-builder = "0.18.1"
ulid = { version = "1.1.2", features = ["serde"] }
Expand Down

0 comments on commit b11c766

Please sign in to comment.