Skip to content

Commit

Permalink
fix(deps): update rust crate bson to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent 3014a75 commit 694c87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ legacy = []

[dependencies]
brotli = { version = "5.0.0", optional = true }
bson = { version = "2.9.0", optional = true }
bson = { version = "2.10.0", optional = true }
lz4 = { version = "1.24.0", optional = true }
serde = { version = "1.0.197", optional = true }
seven_zip = { git = "https://github.com/ThomFox/seven_zip", version = "0.1.0", optional = true }
Expand Down

0 comments on commit 694c87f

Please sign in to comment.