Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.196
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent a55dfce commit 5ee8718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/canisters/my_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
ic-cdk = "0.3.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
serde = "1.0.133"
serde = "1.0.196"
serde_bytes = "0.11"
thiserror = "1.0"
ic_common = { path = "../../ic_common" }
Expand Down
2 changes: 1 addition & 1 deletion src/ic_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
ic-cdk = "0.3.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
serde = "1.0.133"
serde = "1.0.196"
serde_bytes = "0.11"
anyhow = "1.0.52"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/ic_test_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
ic-cdk = "0.3.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
serde = "1.0.133"
serde = "1.0.196"
serde_bytes = "0.11"
ic_common = { path = "../ic_common" }
log = "0.4"
Expand Down

0 comments on commit 5ee8718

Please sign in to comment.