Updated all dependencies.

This commit is contained in:
Revertron
2025-10-27 01:22:02 +01:00
parent 61f2d89ef1
commit 81f5568957
5 changed files with 369 additions and 241 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ mod tests {
}));
match Arc::get_mut(&mut context) {
Some(mut ctx) => {
Some(ctx) => {
ctx.resolve_strategy = ResolveStrategy::Forward { upstreams: vec![String::from("127.0.0.1:53")] };
}
None => panic!()