chore: bump deps

This commit is contained in:
trisua 2025-07-17 00:44:05 -04:00
parent d1c3643574
commit f802a1c8ab
6 changed files with 94 additions and 41 deletions

View file

@ -1,4 +1,4 @@
use bberry::{
use nanoneo::{
core::element::{Element, Render},
text, read_param,
};
@ -240,7 +240,7 @@ pub(crate) async fn replace_in_html(
input.to_string()
} else {
let start = SystemTime::now();
let parsed = bberry::parse(input);
let parsed = nanoneo::parse(input);
println!("parsed lisp in {}μs", start.elapsed().unwrap().as_micros());
if let Some(plugins) = plugins {