Skip to content

Commit

Permalink
use master juniper branch & bump chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Oct 10, 2023
1 parent e6f347a commit d5722b8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 47 deletions.
68 changes: 26 additions & 42 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions rust-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ futures = "0.3.28"
tokio-stream = { version = "0.1.12", features = ["sync"] }
lazy_static = "1.4.0"

chrono = { version = "0.4.24", features = ["serde"] }
chrono = { version = "0.4.30", features = ["serde"] }
env_logger = "0.10.0"
serde_json = "1.0.95"
uuid = "1.3.0"
Expand Down Expand Up @@ -58,10 +58,10 @@ hyper-util = { git = "https://github.com/hyperium/hyper-util.git" }
rust-embed="8.0.0"
dirs = "5.0.1"

juniper = { git = "https://github.com/graphql-rust/juniper", branch = "graphql-transport-ws-protocol", features = ["chrono"] }
juniper_subscriptions = { git = "https://github.com/graphql-rust/juniper", branch = "graphql-transport-ws-protocol" }
juniper_graphql_transport_ws = { git = "https://github.com/graphql-rust/juniper", branch = "graphql-transport-ws-protocol" }
juniper_warp = { git = "https://github.com/graphql-rust/juniper", branch = "graphql-transport-ws-protocol", features = ["subscriptions"] }
juniper = { git = "https://github.com/graphql-rust/juniper", features = ["chrono"] }
juniper_subscriptions = { git = "https://github.com/graphql-rust/juniper" }
juniper_graphql_transport_ws = { git = "https://github.com/graphql-rust/juniper" }
juniper_warp = { git = "https://github.com/graphql-rust/juniper", features = ["subscriptions"] }
warp = "0.3.4"

jsonwebtoken = "8.3.0"
Expand Down

0 comments on commit d5722b8

Please sign in to comment.