Skip to content

Commit

Permalink
Bump review-database to 0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-cluml authored Dec 25, 2024
1 parent 2520561 commit 6ddaa0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
that captures or detects raw events. This update broadly affects GraphQL APIs
that previously used source field as a parameter, and GraphQL APIs that return
event, outlier, or triage related structs.
- Updated review-database to 0.33.0.
- Updated review-database to 0.33.1.
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ num-traits = "0.2"
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls-native-roots",
] }
review-database = { git = "https://github.com/petabi/review-database.git", tag = "0.33.0" }
review-database = { git = "https://github.com/petabi/review-database.git", tag = "0.33.1" }
roxy = { git = "https://github.com/aicers/roxy.git", tag = "0.3.0" }
rustls = { version = "0.23", default-features = false, features = [
"ring",
Expand All @@ -45,7 +45,7 @@ vinum = { git = "https://github.com/vinesystems/vinum.git", tag = "1.0.3" }

[dev-dependencies]
assert-json-diff = "2"
config = { version = "0.14", features = ["toml"], default-features = false }
config = { version = "0.15", features = ["toml"], default-features = false }
futures = "0.3"
serial_test = "3"
tempfile = "3"
Expand Down

0 comments on commit 6ddaa0b

Please sign in to comment.