Skip to content

Commit

Permalink
Merge pull request #62 from LevKruglyak/dependabot/cargo/serde-1.0.199
Browse files Browse the repository at this point in the history
Bump serde from 1.0.197 to 1.0.199
  • Loading branch information
LevKruglyak authored May 5, 2024
2 parents 87e6da7 + 4d798e6 commit f3f8c2a
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.81"
clap = { version = "4.5.4", features = ["derive"], optional = true }
humantime = "2.1.0"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.115"

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.197", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
bincode = { version = "1.3.3" }

anyhow = "1.0.79"
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.197", features = ["derive"], optional = true}
serde = { version = "1.0.199", 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.197", features = ["derive"], optional = true}
serde = { version = "1.0.199", features = ["derive"], optional = true}

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

0 comments on commit f3f8c2a

Please sign in to comment.