Bump git2 dependency from 0.18 to 0.19

epel10 imports/epel10/rust-bat-0.24.0-11.el10
Fabio Valentini 4 months ago
parent 749ee2fa8c
commit f18ba1f00b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,5 +1,5 @@
--- bat-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- bat-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bat-0.24.0/Cargo.toml 2024-10-23T22:00:42.934747+00:00 +++ bat-0.24.0/Cargo.toml 2024-10-29T18:01:07.310721+00:00
@@ -199,13 +199,8 @@ @@ -199,13 +199,8 @@
regex-fancy = ["syntect/regex-fancy"] regex-fancy = ["syntect/regex-fancy"]
regex-onig = ["syntect/regex-onig"] regex-onig = ["syntect/regex-onig"]

@ -1,5 +1,5 @@
--- bat-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- bat-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bat-0.24.0/Cargo.toml 2024-10-23T22:02:03.316147+00:00 +++ bat-0.24.0/Cargo.toml 2024-10-29T18:02:15.768076+00:00
@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
homepage = "https://github.com/sharkdp/bat" homepage = "https://github.com/sharkdp/bat"
readme = "README.md" readme = "README.md"
@ -9,6 +9,15 @@
repository = "https://github.com/sharkdp/bat" repository = "https://github.com/sharkdp/bat"
[profile.release] [profile.release]
@@ -73,7 +73,7 @@
version = "1.0"
[dependencies.git2]
-version = "0.18"
+version = "0.19"
optional = true
default-features = false
@@ -85,25 +85,16 @@ @@ -85,25 +85,16 @@
optional = true optional = true

@ -18,6 +18,7 @@ Patch: bat-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * port from path_abs to path-absolutize: # * port from path_abs to path-absolutize:
# https://github.com/sharkdp/bat/pull/1025 # https://github.com/sharkdp/bat/pull/1025
# * bump git2 from 0.18 to 0.19
# * bump nix from 0.26 to 0.29 # * bump nix from 0.26 to 0.29
# * bump nu-ansi-term from 0.49.0 to 0.50.0 # * bump nu-ansi-term from 0.49.0 to 0.50.0
# * adapt license tag to reflect bundled content # * adapt license tag to reflect bundled content

@ -1,6 +1,7 @@
[package] [package]
cargo-toml-patch-comments = [ cargo-toml-patch-comments = [
"port from path_abs to path-absolutize: https://github.com/sharkdp/bat/pull/1025", "port from path_abs to path-absolutize: https://github.com/sharkdp/bat/pull/1025",
"bump git2 from 0.18 to 0.19",
"bump nix from 0.26 to 0.29", "bump nix from 0.26 to 0.29",
"bump nu-ansi-term from 0.49.0 to 0.50.0", "bump nu-ansi-term from 0.49.0 to 0.50.0",
"adapt license tag to reflect bundled content", "adapt license tag to reflect bundled content",

Loading…
Cancel
Save