Skip to content

Commit

Permalink
chore(deps): bump the rust-patch group with 4 updates (#193)
Browse files Browse the repository at this point in the history
Bumps the rust-patch group with 4 updates: [axum](https://github.com/tokio-rs/axum), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [open](https://github.com/Byron/open-rs).


Updates `axum` from 0.7.7 to 0.7.9
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.7...axum-v0.7.9)

Updates `serde` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

Updates `serde_json` from 1.0.132 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

Updates `open` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: open
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 4658d0c commit 9b7e71b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 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 @@ -18,7 +18,7 @@ anyhow = { version = "1", default-features = false, features = ["std
assert_cmd = { version = "2.0.16" }
async-graphql = { version = "7.0" }
async-trait = { version = "0.1.83", default-features = false }
axum = { version = "0.7.7", default-features = false }
axum = { version = "0.7.9", default-features = false }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
bitflags = { version = "2.6.0", default-features = false }
bytes = { version = "1.8.0" }
Expand Down Expand Up @@ -49,7 +49,7 @@ rand = { version = "0.8.5" }
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls", "json"] }
schemars = { version = "0.8.21", default-features = false, features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1.0.132" }
serde_json = { version = "1.0.133" }
tempfile = { version = "3" }
thiserror = { version = "1.0.69" }
tokio = { version = "1.41", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/synd_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ moka = { workspace = true, features = ["future"] }
pin-project = "1.1.7"
reqwest = { workspace = true }
serde = { workspace = true }
serde_json = "1.0.132"
serde_json = "1.0.133"
thiserror = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync"] }
tokio-metrics = { version = "0.3.1", default-features = false, features = ["rt"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/synd_term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ itertools = { workspace = true }
nom = { workspace = true }
nucleo = "0.5.0"
octocrab = { workspace = true, features = ["timeout", "tracing"] }
open = "5.3.0"
open = "5.3.1"
ratatui = { version = "0.29.0" }
reqwest = { workspace = true }
schemars = { workspace = true, features = ["derive"] }
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
thiserror = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync", "time"] }
tokio-stream = { version = "0.1.16", optional = true }
Expand Down

0 comments on commit 9b7e71b

Please sign in to comment.