Skip to content

Commit

Permalink
Update chrono and mongodb (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 authored Mar 2, 2023
1 parent bc2d0eb commit 93d2b8d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 32 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Generated by Cargo
# will have compiled files and executables
**/target/
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
42 changes: 13 additions & 29 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ shuttle-service = { path = "service", version = "0.11.0" }
anyhow = "1.0.66"
async-trait = "0.1.58"
axum = "0.6.0"
chrono = "0.4.23"
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
clap = { version = "4.0.27", features = [ "derive" ] }
headers = "0.3.8"
http = "0.2.8"
Expand Down
2 changes: 1 addition & 1 deletion provisioner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aws-config = "0.51.0"
aws-sdk-rds = "0.21.0"
clap = { workspace = true, features = ["env"] }
fqdn = "0.2.3"
mongodb = "2.3.1"
mongodb = "2.4.0"
prost = "0.11.2"
rand = { workspace = true }
sqlx = { version = "0.6.2", features = [
Expand Down

0 comments on commit 93d2b8d

Please sign in to comment.