Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent d94bf3a commit 97db946
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ marine-macro = { path = "crates/marine-macro", version = "=0.14.0" }
marine-rs-sdk-main = { path = "crates/main", version = "=0.14.0" } # warning: silent compilation break on minor verison bump. See docs/update-guide.md for details
marine-timestamp-macro = { path = "crates/timestamp-macro", version = "=0.14.0" }

serde = { version = "1.0.189", features = ["derive"]}
serde = { version = "1.0.200", features = ["derive"]}

[dev-dependencies]
trybuild = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/call-parameters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"

[dependencies]
rkyv = { version = "0.7.43", features = ["validation", "strict"], optional = true }
serde = "1.0.189"
serde = "1.0.200"

[target.'cfg(target_arch = "wasm32")'.dependencies]
marine-macro = { path = "../marine-macro", version = "=0.14.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ doctest = false

[dependencies]
log = { version = "0.4.20", features = ["std"] }
serde = "1.0.189"
serde = "1.0.200"

[dev-dependencies]
simple_logger = "4.2.0" # used in doc test
Expand Down
2 changes: 1 addition & 1 deletion crates/marine-macro-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all-features = true
[dependencies]
quote = "1.0.33"
proc-macro2 = "1.0.69"
serde = { version = "1.0.189", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.107"
syn = { version = '1.0.109', features = ['full', "extra-traits"] }

Expand Down

0 comments on commit 97db946

Please sign in to comment.