Skip to content

Commit cce3118

Browse files
Update Rust crate serde to 1.0.206
1 parent d60e1ba commit cce3118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-fast-import/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ license = "Apache-2.0"
1010
derive_more = "0.99.17"
1111
nom = "7.1.0"
1212
rev_lines = "0.2.1"
13-
serde = "1.0.136"
13+
serde = "1.0.206"
1414
thiserror = "1.0.30"

internal/state/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bincode = "1.3.3"
99
derive_more = "0.99.17"
1010
git-fast-import = { path = "../../git-fast-import" }
1111
log = "0.4.14"
12-
serde = { version = "1.0.136", features = ["derive", "rc"] }
12+
serde = { version = "1.0.206", features = ["derive", "rc"] }
1313
speedy = "0.8.1"
1414
thiserror = "1.0.30"
1515
tokio = { version = "1.16.1", features = ["io-util", "sync"] }

0 commit comments

Comments
 (0)