Skip to content

Commit

Permalink
Merge pull request #239 from Shopify/dependabot/cargo/serde_with-3.6.1
Browse files Browse the repository at this point in the history
chore(deps): bump serde_with from 3.6.0 to 3.6.1
  • Loading branch information
jacobsteves authored Feb 13, 2024
2 parents b90708f + 2607743 commit bc028db
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 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 benchmark/linear_memory_function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_with = "3.6.0"
serde_with = "3.6.1"
2 changes: 1 addition & 1 deletion benchmark/rust_function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_with = "3.6.0"
serde_with = "3.6.1"
2 changes: 1 addition & 1 deletion benchmark/size_function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_with = "3.6.0"
serde_with = "3.6.1"
2 changes: 1 addition & 1 deletion benchmark/stack_memory_function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_with = "3.6.0"
serde_with = "3.6.1"

0 comments on commit bc028db

Please sign in to comment.