Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.199
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent e21e02c commit cca009c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ once_cell = "1.19.0"
indicatif = "0.17.8"
pulldown-cmark = "0.10.3"
actix-web = "4.5.1"
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
env_logger = "0.11.3"
derive_more = "0.99.17"
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rkyv = { version = "0.7.44", features = [
"alloc",
"archive_le",
] }
serde = { version = "1.0.198", features = ["serde_derive"] }
serde = { version = "1.0.199", features = ["serde_derive"] }
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
pulldown-cmark = "0.10.3"
dirs = { version = "5.0.1", optional = true }
Expand Down

0 comments on commit cca009c

Please sign in to comment.