Skip to content

Commit

Permalink
Merge pull request #30 from svix/jplatte/serde
Browse files Browse the repository at this point in the history
Reduce serde feature set
  • Loading branch information
svix-gabriel committed Feb 16, 2024
2 parents 65f2fee + e464bba commit 5e18226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ google-cloud-googleapis = { version = "0.10.0", optional = true }
google-cloud-pubsub = { version = "0.18.0", optional = true }
lapin = { version = "2", optional = true }
redis = { version = "0.23", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
serde = { version = "1", features = ["derive", "rc"] }
serde = "1.0.196"
serde_json = "1"
svix-ksuid = { version = "0.7.0", optional = true }
thiserror = "1"
Expand All @@ -30,6 +30,7 @@ tracing = "0.1"

[dev-dependencies]
fastrand = "1.9"
serde = { version = "1.0.196", features = ["derive"] }
tokio-executor-trait = "2.1"
tokio-reactor-trait = "1.1"

Expand Down

0 comments on commit 5e18226

Please sign in to comment.