Skip to content

Commit

Permalink
pin serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Mobarak committed Sep 22, 2021
1 parent 7a89883 commit df0da9a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion generator/sbpg/targets/resources/sbp-cargo.toml
Expand Up @@ -49,7 +49,7 @@ features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
version = "=1.0.67"
optional = true

[dependencies.base64]
Expand Down
4 changes: 2 additions & 2 deletions generator/sbpg/targets/resources/sbp2json-cargo.toml
Expand Up @@ -17,7 +17,7 @@ features = ["json"]

[dependencies]
env_logger = "0.8"
serde_json = "1.0"
serde_json = "=1.0.67"
structopt = "0.3"

[dependencies.dencode]
Expand All @@ -31,7 +31,7 @@ jemallocator = "0.3"
sha2 = "0.8"
hex = "0.4"
assert_cmd = "1.0.1"
serde_json = "1"
serde_json = "=1.0.67"
assert-json-diff = "1.1.0"

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions rust/sbp/Cargo.toml
Expand Up @@ -49,7 +49,7 @@ features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
version = "=1.0.67"
optional = true

[dependencies.base64]
Expand All @@ -65,4 +65,4 @@ version = "0.3.0"
default-features = false

[dev-dependencies]
serialport = "2.1.0"
serialport = "2.1.0"
6 changes: 3 additions & 3 deletions rust/sbp2json/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ features = ["json"]

[dependencies]
env_logger = "0.8"
serde_json = "1.0"
serde_json = "=1.0.67"
structopt = "0.3"

[dependencies.dencode]
Expand All @@ -31,7 +31,7 @@ jemallocator = "0.3"
sha2 = "0.8"
hex = "0.4"
assert_cmd = "1.0.1"
serde_json = "1"
serde_json = "=1.0.67"
assert-json-diff = "1.1.0"

[profile.release]
Expand All @@ -52,4 +52,4 @@ path = "src/bin/json2sbp.rs"

[[bin]]
name = "json2json"
path = "src/bin/json2json.rs"
path = "src/bin/json2json.rs"

0 comments on commit df0da9a

Please sign in to comment.