Skip to content

Commit 2e739d9

Browse files
feat: replace unmaintained paste with maintained pastey
1 parent 4b099f9 commit 2e739d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)