Skip to content

Commit

Permalink
build(deps): Update Rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed May 2, 2024
1 parent 10179db commit 020bab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 rash_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ignore = "0.4.22"
ipc-channel = "0.18"
itertools = "0.12.1"
nix = { version = "0.28", features = ["process", "user"] }
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde-error = "0.1"
serde_with = "3.8"
shlex = "1.3"
Expand Down

0 comments on commit 020bab3

Please sign in to comment.