Skip to content

Commit 0ad2ee5

Browse files
authored
Merge pull request #5528 from RoyalOughtness/replacepaste2
feat: replace unmaintained paste with maintained pastey
2 parents 9f20572 + cc7f09e commit 0ad2ee5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ once_cell = "1.21.3"
7474
os-release = "0.1.0"
7575
# We pull this one from git, as the project is no longer published as an external crate.
7676
ostree-ext = { git = "https://github.com/containers/bootc", rev = "40ebdd5829a151cadb5dbadcb1b047f8f4d038cb" }
77-
paste = "1.0"
77+
pastey = "0.1.1"
7878
phf = { version = "0.12", features = ["macros"] }
7979
rand = "0.9.1"
8080
rayon = "1.10.0"

rust/src/cxxrsutil.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use cxx::{type_id, ExternType};
1313
use glib::translate::ToGlibPtr;
1414
use ostree_ext::{gio, glib, ostree};
15-
use paste::paste;
15+
use pastey::paste;
1616

1717
/// Map an empty string to a `None`.
1818
pub(crate) fn opt_string(input: &str) -> Option<&str> {

0 commit comments

Comments
 (0)