Skip to content

Commit

Permalink
chore(deps): relax sqlx and argon2 dependencies (#2065)
Browse files Browse the repository at this point in the history
* Bump sqlx dependency

* Relax dependencies for Fedora
  • Loading branch information
LecrisUT authored May 31, 2024
1 parent f6918d9 commit c694a0a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 53 deletions.
69 changes: 19 additions & 50 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 @@ -55,5 +55,5 @@ features = ["json", "rustls-tls-native-roots"]
default-features = false

[workspace.dependencies.sqlx]
version = "=0.7.3"
version = "0.7"
features = ["runtime-tokio-rustls", "time", "postgres", "uuid"]
2 changes: 1 addition & 1 deletion crates/atuin-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tower-http = { version = "0.5.1", features = ["trace"] }
reqwest = { workspace = true }
rustls = "0.21"
rustls-pemfile = "2.1"
argon2 = "0.5.3"
argon2 = "0.5"
semver = { workspace = true }
metrics-exporter-prometheus = "0.12.1"
metrics = "0.21.1"
2 changes: 1 addition & 1 deletion ui/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ syntect = "5.2.0"
tauri-plugin-http = "2.0.0-beta"

[dependencies.sqlx]
version = "=0.7.3"
version = "0.7"
features = ["runtime-tokio-rustls", "time", "postgres", "uuid"]

[features]
Expand Down

0 comments on commit c694a0a

Please sign in to comment.