Skip to content

Commit

Permalink
Update dependencies. (#2123)
Browse files Browse the repository at this point in the history
Project CUDA v5.0.0
Diff `~/work/CUDA.jl/CUDA.jl/Project.toml`
  [08abe8d2] ↑ PrettyTables v2.2.7 ⇒ v2.2.8
  [4ee394cb] ↑ CUDA_Driver_jll v0.6.0+3 ⇒ v0.6.0+4
  [76a88914] ↑ CUDA_Runtime_jll v0.9.2+1 ⇒ v0.9.2+3

Co-authored-by: maleadt <maleadt@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and maleadt authored Oct 23, 2023
1 parent 9f4c952 commit 8dbcb2a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ version = "0.4.2"

[[deps.CUDA_Driver_jll]]
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg"]
git-tree-sha1 = "35a37bb72b35964f2895c12c687ae263b4ac170c"
git-tree-sha1 = "2f64185414751a5f878c4ab616c0edd94ade3419"
uuid = "4ee394cb-3365-5eb0-8335-949819d2adfc"
version = "0.6.0+3"
version = "0.6.0+4"

[[deps.CUDA_Runtime_Discovery]]
deps = ["Libdl"]
Expand All @@ -57,15 +57,15 @@ version = "0.2.2"

[[deps.CUDA_Runtime_jll]]
deps = ["Artifacts", "CUDA_Driver_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
git-tree-sha1 = "178a606891f82b6d734f0eadd5336b7aad44d5df"
git-tree-sha1 = "105eb8cf6ec6e8b93493da42ec789c3f65f7d749"
uuid = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
version = "0.9.2+1"
version = "0.9.2+3"

[[deps.ChainRulesCore]]
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
git-tree-sha1 = "b66b8f8e3db5d7835fb8cbe2589ffd1cd456e491"
git-tree-sha1 = "e0af648f0692ec1691b5d094b8724ba1346281cf"
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
version = "1.17.0"
version = "1.18.0"

[[deps.ColorTypes]]
deps = ["FixedPointNumbers", "Random"]
Expand Down Expand Up @@ -332,9 +332,9 @@ version = "1.4.1"

[[deps.PrettyTables]]
deps = ["Crayons", "LaTeXStrings", "Markdown", "Printf", "Reexport", "StringManipulation", "Tables"]
git-tree-sha1 = "ee094908d720185ddbdc58dbe0c1cbe35453ec7a"
git-tree-sha1 = "6842ce83a836fbbc0cfeca0b5a4de1a4dcbdb8d1"
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
version = "2.2.7"
version = "2.2.8"

[[deps.Printf]]
deps = ["Unicode"]
Expand Down Expand Up @@ -395,9 +395,9 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"

[[deps.SortingAlgorithms]]
deps = ["DataStructures"]
git-tree-sha1 = "c60ec5c62180f27efea3ba2908480f8055e17cee"
git-tree-sha1 = "5165dfb9fd131cf0c6957a3a7605dede376e7b63"
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
version = "1.1.1"
version = "1.2.0"

[[deps.SparseArrays]]
deps = ["LinearAlgebra", "Random"]
Expand Down Expand Up @@ -437,9 +437,9 @@ version = "1.0.1"

[[deps.Tables]]
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "OrderedCollections", "TableTraits"]
git-tree-sha1 = "a1f34829d5ac0ef499f6d84428bd6b4c71f02ead"
git-tree-sha1 = "cb76cf677714c095e535e3501ac7954732aeea2d"
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
version = "1.11.0"
version = "1.11.1"

[[deps.Tar]]
deps = ["ArgTools", "SHA"]
Expand Down

0 comments on commit 8dbcb2a

Please sign in to comment.