Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed May 2, 2022
1 parent 146356e commit 8903e27
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
23 changes: 12 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aw-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ edition = "2021"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
plex = "0.2.3"
plex = "0.2"
log = "0.4"
regex = "1.3"
regex = "1.5"
aw-datastore = { path = "../aw-datastore" }
aw-models = { path = "../aw-models" }
aw-transform = { path = "../aw-transform" }
4 changes: 2 additions & 2 deletions aw-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ path = "src/main.rs"
[dependencies]
rocket = { version = "0.5.0-rc.1", features = ["json"] }
# TODO: Once rocket_cors has a version for rocket 0.5, use that instead
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", rev = "a062933" }
rocket_cors = { version = "0.6.0-alpha1" }
multipart = { version = "0.18", default-features = false, features = ["server"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
appdirs = "0.2.0"
lazy_static = "1.2"
lazy_static = "1.4"
log = "0.4"
fern = { version = "0.6", features = ["colored"] }
toml = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion aw-transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
serde = "1.0"
rocket = "0.5.0-rc.1" # TODO: Remove this dependency
serde_json = "1.0"
regex = "1.3"
regex = "1.5"
log = "0.4"
chrono = { version = "0.4", features = ["serde"] }
aw-models = { path = "../aw-models" }

0 comments on commit 8903e27

Please sign in to comment.