Skip to content

Commit

Permalink
Update Rust crate mongodb to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent 2f3347c commit be6defd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/remi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fs = ["dep:remi-fs"]

[dependencies]
azure_core = { version = "0.20.0", optional = true }
mongodb = { version = "2.8.2", optional = true }
mongodb = { version = "3.0.0", optional = true }
remi = "0.8.0"
remi-azure = { version = "0.8.0", optional = true }
remi-fs = { version = "0.8.0", optional = true }
Expand Down

0 comments on commit be6defd

Please sign in to comment.