Skip to content

Commit

Permalink
Move serde_json in dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iamluc committed Jun 24, 2024
1 parent 934db37 commit aa7241c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions trace-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ license.workspace = true
prost = "0.11.6"
serde = { version = "1.0.145", features = ["derive"] }
serde_bytes = "0.11.9"

[dev-dependencies]
serde_json = "1.0.117"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion trace-protobuf/src/pb_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#[cfg(test)]
mod tests {
use serde_json;
use crate::pb::{is_default, Span};
use serde_json;

#[test]
fn test_is_default() {
Expand Down

0 comments on commit aa7241c

Please sign in to comment.