Skip to content

Commit

Permalink
Bump fred
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Aug 18, 2024
1 parent 5183a13 commit c47273b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ diesel-async = { version = "0.5.0", features = [
"tokio",
] }
diesel_full_text_search = { version = "2.2.0", default-features = false }
fred = { version = "9.0.3", features = [
fred = { version = "9.1.0", features = [
"enable-rustls-ring",
"full-tracing",
"i-scripts",
Expand Down
2 changes: 1 addition & 1 deletion lib/speedy-uuid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ diesel = { version = "2.2.2", default-features = false, features = [
"postgres_backend",
"uuid",
], optional = true }
fred = { version = "9.0.3", default-features = false, optional = true }
fred = { version = "9.1.0", default-features = false, optional = true }
serde = { version = "1.0.208", optional = true }
thiserror = "1.0.63"
uuid = { version = "1.10.0", features = ["fast-rng", "v7"] }
Expand Down

0 comments on commit c47273b

Please sign in to comment.