Skip to content

Commit

Permalink
build(dependencies): 🧱 update crates
Browse files Browse the repository at this point in the history
Bumps serde from 1.0.209 to 1.0.210.
    Updating enum-as-inner v0.6.0 -> v0.6.1
    Updating heck v0.4.1 -> v0.5.0
    Updating indexmap v2.4.0 -> v2.5.0
    Updating serde_json v1.0.127 -> v1.0.128
    Updating syn v2.0.76 -> v2.0.77
  • Loading branch information
rodneylab committed Sep 10, 2024
1 parent 1b02d25 commit 706ecb7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 @@ -27,7 +27,7 @@ js-sys = "0.3.69"
mrml = { version = "4.0.1", features = ["parse", "render"], default-features = false }
nom = { version = "7.1.3", features = ["alloc"] }
pulldown-cmark = "0.9.2"
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
textwrap = "0.16.1"
thiserror = "1.0.63"
Expand Down

0 comments on commit 706ecb7

Please sign in to comment.