aboutsummaryrefslogtreecommitdiff
path: root/examples/unbound/bootstrap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unbound/bootstrap.rs')
-rw-r--r--examples/unbound/bootstrap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unbound/bootstrap.rs b/examples/unbound/bootstrap.rs
index 04643dc..61e5326 100644
--- a/examples/unbound/bootstrap.rs
+++ b/examples/unbound/bootstrap.rs
@@ -1,7 +1,7 @@
use std::rc::Rc;
use anyhow::Result;
-use syrette::DIContainer;
+use syrette::di_container::blocking::prelude::*;
use crate::animal_store::AnimalStore;
use crate::animals::dog::Dog;