Skip to content

Commit

Permalink
Merge pull request #73 from LevKruglyak/dependabot/cargo/serde-1.0.203
Browse files Browse the repository at this point in the history
Bump serde from 1.0.199 to 1.0.203
  • Loading branch information
LevKruglyak authored May 31, 2024
2 parents 56da9a4 + b498e65 commit 6141bd1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 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 bench/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"], optional = true }
humantime = "2.1.0"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.116"

strum = { version = "0.26.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ marble = "15.0"

generational-arena = "0.2.9"

serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
bincode = { version = "1.3.3" }

anyhow = "1.0.82"
Expand Down
2 changes: 1 addition & 1 deletion utils/id_allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
repository = "https://github.com/LevKruglyak/limousine"

[dependencies]
serde = { version = "1.0.199", features = ["derive"], optional = true}
serde = { version = "1.0.203", features = ["derive"], optional = true}

[features]
serde = ["dep:serde"]
2 changes: 1 addition & 1 deletion utils/sorted_array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/LevKruglyak/limousine"

[dependencies]
slice_search = { path = "../slice_search", version = "0.1.2" }
serde = { version = "1.0.199", features = ["derive"], optional = true}
serde = { version = "1.0.203", features = ["derive"], optional = true}

[features]
serde = ["dep:serde"]
Expand Down

0 comments on commit 6141bd1

Please sign in to comment.