We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60e1ba commit 1202d63Copy full SHA for 1202d63
git-fast-import/Cargo.toml
@@ -10,5 +10,5 @@ license = "Apache-2.0"
10
derive_more = "0.99.17"
11
nom = "7.1.0"
12
rev_lines = "0.2.1"
13
-serde = "1.0.136"
+serde = "1.0.209"
14
thiserror = "1.0.30"
internal/state/Cargo.toml
@@ -9,7 +9,7 @@ bincode = "1.3.3"
9
git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
-serde = { version = "1.0.136", features = ["derive", "rc"] }
+serde = { version = "1.0.209", features = ["derive", "rc"] }
speedy = "0.8.1"
15
tokio = { version = "1.16.1", features = ["io-util", "sync"] }
0 commit comments