diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 09a57e5..bfb9be3 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "objcache_examples" -version = "0.1.0" +version = "0.2.0" edition = "2021" rust-version = "1.81" @@ -12,5 +12,5 @@ path = "src/main.rs" tokio = { version = "1.*", default-features = false, features = ["rt-multi-thread", "macros"] } tracing = { version = "0.1.40", default-features = false } tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "ansi"] } -serde = { version = "1.0.210", default-features = false, features = ["std", "derive"] } +serde = { version = "1.0.213", default-features = false, features = ["std", "derive"] } objcache = { path = "../" }