Skip to content

Commit

Permalink
update deps, remove fly toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Austionian committed Oct 5, 2024
1 parent 3a39539 commit eb5674b
Showing 3 changed files with 36 additions and 91 deletions.
87 changes: 28 additions & 59 deletions Cargo.lock

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

13 changes: 8 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,8 +10,11 @@ license = "MIT"
[dependencies]
axum = "0.7"
chrono = { version = "0.4", default-features = false, features = ["serde"] }
comrak = "0.26"
config = { git = "https://github.com/mehcode/config-rs.git", rev = "e3c1d0b452639478662a44f15ef6d5b6d969bf9b", default-features = false, features = ["yaml"] }
comrak = "0.28"
config = { git = "https://github.com/mehcode/config-rs.git", rev = "e3c1d0b452639478662a44f15ef6d5b6d969bf9b", default-features = false, features = [
"yaml",
] }
features = "0.10.0"
hyper = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
@@ -20,8 +23,8 @@ serde_json = "1"
serde_yaml = "0.9"
tera = "1"
tokio = { version = "1", features = ["full"] }
tower = "0.4"
tower-http = { version = "0.5", features = ["full"] }
tower = "0.5"
tower-http = { version = "0.6", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1.4", features = ["serde"] }
27 changes: 0 additions & 27 deletions fly.toml

This file was deleted.

0 comments on commit eb5674b

Please sign in to comment.