Skip to content

Commit

Permalink
chore(deps): bump bounce from 0.6.0 to 0.6.1 (#79)
Browse files Browse the repository at this point in the history
Bumps [bounce](https://github.com/bounce-rs/bounce) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/bounce-rs/bounce/releases)
- [Changelog](https://github.com/bounce-rs/bounce/blob/master/CHANGELOG.md)
- [Commits](bounce-rs/bounce@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: bounce
  dependency-type: direct:production
  update-type: version-update:semver-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 Feb 4, 2023
1 parent 2a3fdb5 commit e88777f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 crates/stellation-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bincode = "1.3.3"
gloo-net = "0.2.6"
js-sys = "0.3.60"
thiserror = "1"
bounce = { version = "0.6.0", features = ["query"] }
bounce = { version = "0.6.1", features = ["query"] }
yew = "0.20.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion examples/fullstack/view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ example-fullstack-api = { path = "../api" }
stellation-bridge = { version = "0.2.0", path = "../../../crates/stellation-bridge" }
time = { version = "0.3", features = ["wasm-bindgen", "serde-human-readable", "macros"] }
tracing = "0.1.37"
bounce = { version = "0.6.0", features = ["helmet"] }
bounce = { version = "0.6.1", features = ["helmet"] }

[dependencies.web-sys]
version = "0.3"
Expand Down

0 comments on commit e88777f

Please sign in to comment.