Skip to content

Commit

Permalink
chore: bump warp from 0.3.6 to 0.3.7
Browse files Browse the repository at this point in the history
Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/seanmonstar/warp/releases)
- [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/warp@v0.3.6...v0.3.7)

---
updated-dependencies:
- dependency-name: warp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 4d981d6 commit 731d9d6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 35 deletions.
38 changes: 8 additions & 30 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion http-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aws-nitro-enclaves-cose = { git = "https://github.com/nullr0ute/aws-nitro-enclav

# Server-side
uuid = { version = "1.3", features = ["v4"], optional = true }
warp = { version = "0.3.6", optional = true }
warp = { version = "0.3.7", optional = true }
warp-sessions = { version = "1.0", optional = true }
time = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion manufacturing-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.66"
warp = "0.3.6"
warp = "0.3.7"
log = "0.4"
hex = "0.4"
serde_yaml = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion owner-onboarding-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.66"
warp = "0.3.6"
warp = "0.3.7"
serde_bytes = "0.11"
serde_cbor = "0.11"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion rendezvous-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.66"
warp = "0.3.6"
warp = "0.3.7"
log = "0.4"
time = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion serviceinfo-api-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1"
config = "0.13.4"
hex = "0.4"
tokio = { version = "1", features = ["full"] }
warp = "0.3.6"
warp = "0.3.7"
log = "0.4"
serde = "1"
serde_bytes = "0.11"
Expand Down

0 comments on commit 731d9d6

Please sign in to comment.