Skip to content

chore(deps): update rust crate pprof to 0.15 #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ All notable changes to this project are documented in this file.
- **deps** : update rust crate criterion to 0.6.0 ([#574](https://github.com/geofmureithi/apalis/pull/574))
- **error-handling** : ease the error type that is returned by a worker function ([#577](https://github.com/geofmureithi/apalis/pull/577))
- **PostgresStorage**: fix type error when updating jobs ([#539](https://github.com/geofmureithi/apalis/issues/539))
- **workflows** improve permissions for github workflows ([#578](https://github.com/geofmureithi/apalis/issues/578))
- **workflows** : improve permissions for github workflows ([#578](https://github.com/geofmureithi/apalis/issues/578))
- **deps** : update rust crate pprof to 0.15 ([#579](https://github.com/geofmureithi/apalis/issues/579))

## [0.7.1](https://github.com/geofmureithi/apalis/releases/tag/v0.7.1)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ all-features = true

[dev-dependencies]
criterion = { version = "0.6.0", features = ["async_tokio", "html_reports"] }
pprof = { version = "0.14", features = ["flamegraph"] }
pprof = { version = "0.15", features = ["flamegraph"] }
paste = "1.0.14"
serde = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down
Loading