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
No Changes to `~/work/PkgServer.jl/PkgServer.jl/Project.toml`

pkg> status --manifest --diff
Project PkgServer v0.2.0
Diff `~/work/PkgServer.jl/PkgServer.jl/Manifest.toml`
  [944b1d66] ↑ CodecZlib v0.7.2 ⇒ v0.7.3
  [3bb67fe8] ↑ TranscodingStreams v0.9.13 ⇒ v0.10.1
  [5c2747f8] ↑ URIs v1.5.0 ⇒ v1.5.1
  [458c3c95] ↑ OpenSSL_jll v3.0.11+0 ⇒ v3.0.12+0
  • Loading branch information
github-actions[bot] authored Oct 27, 2023
1 parent f4907b6 commit 1b6ac5f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ version = "0.1.7"

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

[[deps.ConcurrentUtilities]]
deps = ["Serialization", "Sockets"]
Expand Down Expand Up @@ -147,9 +147,9 @@ version = "1.4.1"

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

[[deps.Parsers]]
deps = ["Dates", "PrecompileTools", "UUIDs"]
Expand Down Expand Up @@ -222,15 +222,18 @@ deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[deps.TranscodingStreams]]
deps = ["Random", "Test"]
git-tree-sha1 = "9a6ae7ed916312b41236fcef7e0af564ef934769"
git-tree-sha1 = "49cbf7c74fafaed4c529d47d48c8f7da6a19eb75"
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
version = "0.9.13"
version = "0.10.1"
weakdeps = ["Random", "Test"]

[deps.TranscodingStreams.extensions]
TestExt = ["Test", "Random"]

[[deps.URIs]]
git-tree-sha1 = "b7a5e99f24892b6824a954199a45e9ffcc1c70f0"
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
version = "1.5.0"
version = "1.5.1"

[[deps.UUIDs]]
deps = ["Random", "SHA"]
Expand Down

0 comments on commit 1b6ac5f

Please sign in to comment.