aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-postgres/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-24 08:04:47 +0100
committerGitHub <noreply@github.com>2024-06-24 08:04:47 +0100
commit5238d71e666d559d56afead971c04168b35912ce (patch)
treec774b0557173b909cb9feace579d90afcb81d82c /crates/atuin-server-postgres/Cargo.toml
parentchore(deps): bump lucide-react from 0.395.0 to 0.396.0 in /ui (#2185) (diff)
downloadatuin-5238d71e666d559d56afead971c04168b35912ce.zip
chore(deps): bump url from 2.5.1 to 2.5.2 (#2182)
Bumps [url](https://github.com/servo/rust-url) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: url 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>
Diffstat (limited to 'crates/atuin-server-postgres/Cargo.toml')
-rw-r--r--crates/atuin-server-postgres/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml
index 961979d3..505dcf1d 100644
--- a/crates/atuin-server-postgres/Cargo.toml
+++ b/crates/atuin-server-postgres/Cargo.toml
@@ -21,4 +21,4 @@ sqlx = { workspace = true }
async-trait = { workspace = true }
uuid = { workspace = true }
futures-util = "0.3"
-url = "2.5.0"
+url = "2.5.2"