Skip to content

Commit

Permalink
chore(deps): Update Rust crate rust_decimal to v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent 9112792 commit a7113c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hocon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/j5ik2o/oni-comb-rs"
oni-comb-parser-rs = { version = "0.0.*", path = "../parser" }
log = "0.4.21"
envy = "0.4"
rust_decimal = "1.34"
rust_decimal = "1.35"
rust_decimal_macros = "1.34"
chrono = "0.4.36"
anyhow = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ regex = "1.10"
anyhow = "1.0.81"
env_logger = "0.11.3"
prop-check-rs = "0.0.527"
rust_decimal = "1.34.3"
rust_decimal = "1.35.0"
chrono = "0.4.36"
pom = "3.4.0"
nom = "7.1.3"
Expand Down

0 comments on commit a7113c2

Please sign in to comment.