Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.190
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent d60e1ba commit e976afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-fast-import/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ license = "Apache-2.0"
derive_more = "0.99.17"
nom = "7.1.0"
rev_lines = "0.2.1"
serde = "1.0.136"
serde = "1.0.190"
thiserror = "1.0.30"
2 changes: 1 addition & 1 deletion internal/state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bincode = "1.3.3"
derive_more = "0.99.17"
git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde = { version = "1.0.190", features = ["derive", "rc"] }
speedy = "0.8.1"
thiserror = "1.0.30"
tokio = { version = "1.16.1", features = ["io-util", "sync"] }
Expand Down

0 comments on commit e976afe

Please sign in to comment.