Skip to content

Commit

Permalink
Update Alire crate dependencies for 1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Aug 21, 2023
1 parent 138aaea commit 959a78b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .alire/unit/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ on top of Ada Server Faces.
"""

[[depends-on]]
security = "^1.4.1"
serverfaces = "^1.6.0"
servletada = "^1.6.0"
security = "^1.5.0"
serverfaces = "^1.7.0"
servletada = "^1.7.0"
utilada = "^2.6.0"
utilada_unit = "^2.6.0"
servletada_unit = "^1.5.3"
servletada_unit = "^1.7.0"

[gpr-externals]
ASF_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
SECURITY_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
ASF_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]

[configuration]
disabled = true
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ to provide server web requests.

[[depends-on]]
security = "^1.5.0"
servletada = "^1.6.0"
servletada = "^1.7.0"
utilada = "^2.6.0"

[gpr-externals]
Expand Down

0 comments on commit 959a78b

Please sign in to comment.