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`
  [0f8b85d8] ↑ JSON3 v1.13.2 ⇒ v1.14.0
  [69de0a69] ↑ Parsers v2.8.0 ⇒ v2.8.1
  • Loading branch information
github-actions[bot] authored Dec 28, 2023
1 parent c122c0a commit 83e9486
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
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 @@ -153,9 +159,9 @@ version = "3.0.12+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

0 comments on commit 83e9486

Please sign in to comment.