Skip to content

Commit

Permalink
build(deps): bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [axum-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | `0.24.0` | `0.24.1` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` |
| [init-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | `0.24.0` | `0.24.1` |
| [rustls](https://github.com/rustls/rustls) | `0.23.18` | `0.23.19` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |


Updates `axum-tracing-opentelemetry` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/releases)
- [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md)
- [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@axum-tracing-opentelemetry-v0.24.0...axum-tracing-opentelemetry-v0.24.1)

Updates `bytes` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.8.0...v1.9.0)

Updates `init-tracing-opentelemetry` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/releases)
- [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md)
- [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@init-tracing-opentelemetry-v0.24.0...init-tracing-opentelemetry-v0.24.1)

Updates `rustls` from 0.23.18 to 0.23.19
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.18...v/0.23.19)

Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

---
updated-dependencies:
- dependency-name: axum-tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: init-tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent b8d5130 commit af9ef13
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ axum = { workspace = true, features = ["http2", "original-uri", "macros"] }
axum-csp = { git = "https://github.com/yaleman/axum-csp/", rev = "cb55f3d" }
axum-extra = { version = "0.9.6" }
axum-server = { version = "^0.7.1", features = ["tls-rustls"] }
axum-tracing-opentelemetry = { version = "0.24.0" }
axum-tracing-opentelemetry = { version = "0.24.1" }
base64 = "0.22.1"
bit-vec = "0.8.0"
bytes = "1.8.0"
bytes = "1.9.0"
chrono = { version = "0.4.38", features = ["clock"] }
clap = { version = "4.5.21", features = ["cargo"] }
concread = "0.5.3"
Expand All @@ -55,7 +55,7 @@ gethostname = "0.5.0"
goat-lib = { path = "goat-lib" }
goatns-macros = { path = "./goatns-macros" }
hex = "0.4.3"
init-tracing-opentelemetry = { version = "0.24.0", features = [
init-tracing-opentelemetry = { version = "0.24.1", features = [
"tracing_subscriber_ext",
] }
ipnet = { version = "2.10.1", features = ["json", "serde"] }
Expand All @@ -77,7 +77,7 @@ reqwest = { version = "0.12.9", features = [
"rustls-tls",
], default-features = false }
rmp-serde = "1.3.0"
rustls = { version = "0.23.18" }
rustls = { version = "0.23.19" }
sea-orm = { version = "1.0.0", features = [
"runtime-tokio-rustls", # this is why we have multiple rustls
"sqlx-sqlite",
Expand Down Expand Up @@ -124,9 +124,9 @@ tower-sessions = { version = "^0.9.1", features = [
"deletion-task",
"axum-core",
] }
tracing = "^0.1.40"
tracing = "^0.1.41"
tracing-subscriber = "0.3.18"
url = { version = "2.5.3", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }
utoipa = "5.2.0"
utoipa-swagger-ui = { version = "8.0.3", features = ["axum"] }

Expand Down

0 comments on commit af9ef13

Please sign in to comment.