Skip to content

Commit

Permalink
update example tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed May 11, 2024
1 parent 7d6819d commit a8afda2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/actix-kv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ actix-web = "4"
log = { version = "0.4", features = ["release_max_level_info"] }
env_logger = "0.10.0"
fjall = { path = "../../" }
serde = { version = "1.0.164", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.99"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/axum-kv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ axum = "0.7.4"
log = { version = "0.4", features = ["release_max_level_info"] }
env_logger = "0.10.0"
fjall = { path = "../../" }
serde = { version = "1.0.164", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.99"
tokio = { version = "1.35.1", features = ["rt-multi-thread"] }

Expand Down
2 changes: 1 addition & 1 deletion examples/structured/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
fjall = { path = "../../" }
rmp-serde = "1.1.2"
serde = "1.0.193"
serde = { version = "1.0.193", features = ["derive"] }

0 comments on commit a8afda2

Please sign in to comment.