Skip to content

Commit

Permalink
Merge pull request #82 from rodneylab/build__update_dependencies
Browse files Browse the repository at this point in the history
build(dependencies): 🧱 update crates
  • Loading branch information
rodneylab authored Dec 31, 2024
2 parents 151281d + 890e504 commit 764506e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
42 changes: 21 additions & 21 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ opentelemetry = "0.27.1"
opentelemetry-otlp = { version = "0.27.0", features = ["grpc-tonic"] }
opentelemetry-semantic-conventions = "0.27.0"
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite"] }
tokio = { version = "1.42.0", features = ["full"] }
tower-http = { version = "0.6.2", features = ["compression-br", "compression-gzip", "fs", "timeout"] }
Expand All @@ -65,7 +65,7 @@ insta = { version = "1.41.1", features = ["glob", "json", "redactions"] }
mime = "0.3.17"
once_cell = "1.20.2"
prometheus-parse = "0.2.5"
reqwest = { version = "0.12.9", features = ["json", "rustls-tls"] }
reqwest = { version = "0.12.11", features = ["json", "rustls-tls"] }
serde_json = "1.0.134"
tower = { version = "0.5.2", features = ['util'] }
url = "2.5.4"
Expand Down
4 changes: 4 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# https://github.com/crate-ci/typos
# install: cargo install typos-cli
# run: typos

[files]
extend-exclude = ["public/static/**/*", "public/fonts/**/*", "public/s/**/*"]

0 comments on commit 764506e

Please sign in to comment.