Skip to content

Commit

Permalink
Merge branch 'amphitheatre-app:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao6635 authored Feb 7, 2024
2 parents f1917b8 + d6f2081 commit 845675a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
43 changes: 21 additions & 22 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playground-api"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/amphitheatre-app/playground-api"
Expand All @@ -14,8 +14,8 @@ name = "playground"
path = "src/lib.rs"

[dependencies]
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.7.6" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.7.7" }
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.7.7" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.7.8" }
anyhow = "1.0"
axum = { version = "0.7.4" }
clap = { version = "4.4.12", features = ["derive", "env"] }
Expand All @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9.31"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = "0.1"
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.5.1", features = ["full"] }
Expand Down

0 comments on commit 845675a

Please sign in to comment.