Skip to content

Commit 8fe7294

Browse files
Pierre Chevalierfacebook-github-bot
Pierre Chevalier
authored andcommitted
Upgrade gix crates
Summary: ignore-conflict-markers Upgrade gitoxide crates to latest release to propagate some upstream fixes: * [[gix-object] Support empty tags with or without trailing NL](GitoxideLabs/gitoxide#1903) * [[fix] Make Tree roundtrip by storing additional bit of information](GitoxideLabs/gitoxide#1917) * [fix: Make email with spaces round-trip](GitoxideLabs/gitoxide#1922) * [Make author and committer date roundtrip](GitoxideLabs/gitoxide#1935) Reviewed By: quark-zju Differential Revision: D74337531 fbshipit-source-id: 5361c7d4b0b52c683e05af8d19ac2169aebc8197
1 parent c6ab3fb commit 8fe7294

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

shed/cached_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
[dependencies]
1414
anyhow = "1.0.95"
1515
bytes = { version = "1.9.0", features = ["serde"] }
16-
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
16+
chrono = { version = "=0.4.39", features = ["clock", "serde", "std"], default-features = false }
1717
fbinit = { version = "0.2.0", path = "../fbinit" }
1818
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
1919
serde = { version = "1.0.185", features = ["derive", "rc"] }

shed/fbthrift_ext/adapters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616
[dependencies]
1717
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
1818
camino = { version = "1.1.2", features = ["serde1"] }
19-
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
19+
chrono = { version = "=0.4.39", features = ["clock", "serde", "std"], default-features = false }
2020
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2121
ordered-float = { version = "3.7", features = ["serde"] }
2222
paste = "1.0.14"

shed/slog_glog_fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "example/main.rs"
1616

1717
[dependencies]
1818
anyhow = "1.0.95"
19-
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
19+
chrono = { version = "=0.4.39", features = ["clock", "serde", "std"], default-features = false }
2020
failure_ext = { version = "0.1.0", path = "../failure_ext" }
2121
hostname = "0.3"
2222
itertools = "0.14.0"

shed/sql/mysql_client_traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
path = "lib.rs"
1414

1515
[dependencies]
16-
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
16+
chrono = { version = "=0.4.39", features = ["clock", "serde", "std"], default-features = false }
1717
mysql_common = { version = "0.29.0", features = ["chrono", "default"] }
1818
seq-macro = "0.3.4"
1919
thiserror = "2"

shed/sql/tests_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ license = "MIT OR Apache-2.0"
1414
path = "lib.rs"
1515

1616
[dependencies]
17-
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
17+
chrono = { version = "=0.4.39", features = ["clock", "serde", "std"], default-features = false }
1818
rand = { version = "0.8", features = ["small_rng"] }
1919
sql = { version = "0.1.0", path = ".." }

0 commit comments

Comments
 (0)