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 Oct 11, 2024
2 parents b2cd7f0 + 9424725 commit 720d4ee
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 40 deletions.
88 changes: 52 additions & 36 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
Expand Up @@ -17,14 +17,14 @@ path = "src/lib.rs"
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.9.1" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.1" }
anyhow = "1.0.89"
axum = { version = "0.7.5" }
clap = { version = "4.5.17", features = ["derive", "env"] }
axum = { version = "0.7.7" }
clap = { version = "4.5.19", features = ["derive", "env"] }
reqwest-eventsource = "0.6.0"
dotenv = "0.15.0"
futures = "0.3.30"
futures = "0.3.31"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
thiserror = "1.0.63"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down

0 comments on commit 720d4ee

Please sign in to comment.