Skip to content

Commit 2a4730b

Browse files
chore(deps): update rust crate nickel-lang-core to 0.14.0 (#1099)
* chore(deps): update rust crate nickel-lang-core to 0.14.0 * Update Cargo.lock * Migrated from paste to pastey * Update flake.lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christopher Harrison <[email protected]>
1 parent 7b48728 commit 2a4730b

File tree

6 files changed

+19
-21
lines changed

6 files changed

+19
-21
lines changed

.cargo/audit.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
[advisories]
2-
ignore = [
3-
"RUSTSEC-2024-0436" # See issue #902
4-
]
2+
ignore = []

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ itertools = "0.11"
4747
js-sys = "0.3"
4848
libloading = "0.8.4"
4949
log = "0.4"
50-
nickel-lang-core = { version = "0.13.0", default-features = false }
51-
paste = "1.0.15"
50+
nickel-lang-core = { version = "0.14.0", default-features = false }
51+
pastey = "0.1.1"
5252
predicates = "3.0"
5353
pretty_assertions = "1.3"
5454
prettydiff = { version = "0.8.0", default-features = false }

flake.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.

topiary-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tabled = { workspace = true }
4646

4747
[dev-dependencies]
4848
assert_cmd = { workspace = true }
49-
paste = { workspace = true }
49+
pastey = { workspace = true }
5050
predicates = { workspace = true }
5151

5252
[features]

topiary-cli/tests/sample-tester.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn get_file_extension(language: &str) -> &str {
2828
#[macro_export]
2929
macro_rules! lang_test {
3030
($($lang:literal,)+ $test_fn:ident) => {
31-
paste::paste! {$(
31+
pastey::paste! {$(
3232
#[cfg(feature = $lang)]
3333
#[test]
3434
fn [<$test_fn _ $lang>]() {

0 commit comments

Comments
 (0)