Skip to content

Commit

Permalink
Automatic Pkg.update() with the following changes:
Browse files Browse the repository at this point in the history
pkg> status --project --diff
Project PkgServer v0.2.0
Diff `~/work/PkgServer.jl/PkgServer.jl/Project.toml`
  [0f8b85d8] ↑ JSON3 v1.13.2 ⇒ v1.14.0

pkg> status --manifest --diff
Project PkgServer v0.2.0
Diff `~/work/PkgServer.jl/PkgServer.jl/Manifest.toml`
  [944b1d66] ↑ CodecZlib v0.7.3 ⇒ v0.7.4
  [460bff9d] ↑ ExceptionUnwrapping v0.1.9 ⇒ v0.1.10
  [0f8b85d8] ↑ JSON3 v1.13.2 ⇒ v1.14.0
  [69de0a69] ↑ Parsers v2.8.0 ⇒ v2.8.1
  [3bb67fe8] ↑ TranscodingStreams v0.10.2 ⇒ v0.10.3
  [458c3c95] ↑ OpenSSL_jll v3.0.12+0 ⇒ v3.0.13+0
  • Loading branch information
github-actions[bot] authored Feb 3, 2024
1 parent 5324cb1 commit 2aaa070
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ version = "0.1.8"

[[deps.CodecZlib]]
deps = ["TranscodingStreams", "Zlib_jll"]
git-tree-sha1 = "cd67fc487743b2f0fd4380d4cbd3a24660d0eec8"
git-tree-sha1 = "59939d8a997469ee05c4b4944560a820f9ba0d73"
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
version = "0.7.3"
version = "0.7.4"

[[deps.ConcurrentUtilities]]
deps = ["Serialization", "Sockets"]
Expand All @@ -42,9 +42,9 @@ version = "1.6.0"

[[deps.ExceptionUnwrapping]]
deps = ["Test"]
git-tree-sha1 = "e90caa41f5a86296e014e148ee061bd6c3edec96"
git-tree-sha1 = "dcb08a0d93ec0b1cdc4af184b26b591e9695423a"
uuid = "460bff9d-24e4-43bc-9d9f-a8973cb893f4"
version = "0.1.9"
version = "0.1.10"

[[deps.FileWatching]]
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
Expand Down Expand Up @@ -78,9 +78,15 @@ version = "1.5.0"

[[deps.JSON3]]
deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
git-tree-sha1 = "95220473901735a0f4df9d1ca5b171b568b2daa3"
git-tree-sha1 = "eb3edce0ed4fa32f75a0a11217433c31d56bd48b"
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
version = "1.13.2"
version = "1.14.0"

[deps.JSON3.extensions]
JSON3ArrowExt = ["ArrowTypes"]

[deps.JSON3.weakdeps]
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"

[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
Expand Down Expand Up @@ -147,15 +153,15 @@ version = "1.4.1"

[[deps.OpenSSL_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "cc6e1927ac521b659af340e0ca45828a3ffc748f"
git-tree-sha1 = "60e3045590bd104a16fefb12836c00c0ef8c7f8c"
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
version = "3.0.12+0"
version = "3.0.13+0"

[[deps.Parsers]]
deps = ["Dates", "PrecompileTools", "UUIDs"]
git-tree-sha1 = "a935806434c9d4c506ba941871b327b96d41f2bf"
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "2.8.0"
version = "2.8.1"

[[deps.Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
Expand Down Expand Up @@ -228,9 +234,9 @@ deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[deps.TranscodingStreams]]
git-tree-sha1 = "1fbeaaca45801b4ba17c251dd8603ef24801dd84"
git-tree-sha1 = "54194d92959d8ebaa8e26227dbe3cdefcdcd594f"
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
version = "0.10.2"
version = "0.10.3"
weakdeps = ["Random", "Test"]

[deps.TranscodingStreams.extensions]
Expand Down

0 comments on commit 2aaa070

Please sign in to comment.